FontStretch.Equals 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.
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
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
.