UIOffset.Equals(Object) Method

Definition

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.

Applies to