Method Equals
Equals(MinMaxInt)
Compares two ranges by checking both bounds for exact equality.
public bool Equals(MinMaxInt other)
Parameters
otherMinMaxIntThe range to compare against.
Returns
Equals(object)
Uses the default boxed-struct equality implementation.
public override bool Equals(object obj)
Parameters
objobjectObject to compare against.
Returns
- bool
The result returned by the base struct equality implementation.