FontStretch.Equals Method

Definition

Compares two instances of FontStretch for equality.

Overloads

Equals(Object)

Compares a Object with the current FontStretch object.

Equals(FontStretch)

Compares a FontStretch object with the current FontStretch object.

Equals(Object)

Compares a Object with the current FontStretch object.

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 instance of the Object to compare for equality.

Returns

true if two instances are equal; otherwise, false.

Applies to

Equals(FontStretch)

Compares a FontStretch object with the current FontStretch object.

public:
 bool Equals(System::Windows::FontStretch obj);
public bool Equals (System.Windows.FontStretch obj);
override this.Equals : System.Windows.FontStretch -> bool
Public Function Equals (obj As FontStretch) As Boolean

Parameters

obj
FontStretch

The instance of the FontStretch object to compare for equality.

Returns

true if two instances are equal; otherwise, false.

Applies to