UIFloatRange.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(Object) |
Whether two UIFloatRange objects have equal values. |
Equals(UIFloatRange) |
Whether two UIFloatRange objects have equal values. |
Equals(Object)
Whether two UIFloatRange objects have equal values.
public override bool Equals (object other);
override this.Equals : obj -> bool
Parameters
- other
- Object
Returns
Applies to
Equals(UIFloatRange)
Whether two UIFloatRange objects have equal values.
public bool Equals (UIKit.UIFloatRange other);
override this.Equals : UIKit.UIFloatRange -> bool
Parameters
- other
- UIFloatRange