Script.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.
Overloads
| Equals(Script) |
Returns a value indicating whether this instance and a specified Script object represent the same value. |
| Equals(Object) |
Returns a value indicating whether this instance and a specified Script object represent the same value. |
Equals(Script)
Returns a value indicating whether this instance and a specified Script object represent the same value.
public bool Equals(HarfBuzzSharp.Script other);
Parameters
- other
- Script
An object to compare to this instance.
Returns
Returns true if the other value is equal to this instance, otherwise false.
Implements
Applies to
Equals(Object)
Returns a value indicating whether this instance and a specified Script object represent the same value.
public override bool Equals(object obj);
Parameters
- obj
- Object
An object to compare to this instance.
Returns
Returns true if the other value is equal to this instance, otherwise false.