CharacterRange.Equals
CharacterRange.Equals method
Gets a value indicating whether this object is equivalent to the specified object.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The object to compare to for equality.. |
Return Value
true to indicate the specified object is an instance with the same First and Length value as this instance; otherwise, false.
See Also
- struct CharacterRange
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common