EdgeEndPoint.Equals(EdgeEndPoint)
Method
Description:
Determines whether this EdgeEndPoint is equal to another.
Determines whether this EdgeEndPoint is equal to another.
Parameters
Parameter | Type | Description |
---|---|---|
other | EdgeEndPoint | The EdgeEndPoint with which to compare this EdgeEndPoint. |
Return Value
Type | Description |
---|---|
Boolean | True if the given EdgeEndPoint is equal to this one, otherwise false. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |