Share via


Thickness.Equals(Object) Method

Definition

Determines whether this instance and a specified object have the same values.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The object to compare with this instance.

Returns

true if obj is a Thickness equal to this instance; otherwise, false.

Applies to