Method Equals
Equals(MinMaxFloat)
Compares two ranges using exact floating-point equality on both bounds.
public bool Equals(MinMaxFloat other)
Parameters
otherMinMaxFloatThe 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.