Equals
Leave feedback
On this page
Determines whether the current Point is the same as specified object.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The object to compare with the current Point object. |
true
if
obj
parameter is Point and is the same as current Point object; otherwise,
false
- class Point
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Determines whether the current Point is the same as specified Point object.
public bool Equals(Point other)
| Parameter | Type | Description |
|---|---|---|
| other | Point | The object to compare with the current Point object. |
true
if both Point objects are the same; otherwise,
false
- class Point
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.