Table of Contents

Struct MinMaxInt

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll
[Serializable]
public struct MinMaxInt
Inherited Members

Constructors

MinMaxInt(int, int)

Creates a range with the supplied minimum and maximum values.

Methods

Equals(MinMaxInt)

Compares two ranges by checking both bounds for exact equality.

Equals(object)

Uses the default boxed-struct equality implementation.

GetHashCode()

Returns a hash code built from both bounds.

Operators

operator ==(MinMaxInt, MinMaxInt)

Compares two ranges using Equals(MinMaxInt).

operator !=(MinMaxInt, MinMaxInt)

Compares two ranges using Equals(MinMaxInt).