UIAppearance.Equals(Object) Method

Definition

Determines whether the specified object is equal to the current UIAppearance.

public override bool Equals(object other);
public override bool Equals(object? other);
override this.Equals : obj -> bool

Parameters

other
Object

The object to compare with the current instance.

Returns

true if other is a UIAppearance and has the same Handle; otherwise, false.

Applies to