UIOffset.Equals(Object) 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.
Determines whether this UIOffset is equal to the specified object.
public override bool Equals(object obj);
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Parameters
- obj
- Object
The object to compare with this instance.
Returns
true if obj is a UIOffset with the same horizontal and vertical values; otherwise, false.