EdgeEndPoint.Equals(EdgeEndPoint)
Description:
Determines whether this EdgeEndPoint is equal to another.
Determines whether this EdgeEndPoint is equal to another.
public bool Equals(
EdgeEndPoint other
)
-
otherThe EdgeEndPoint with which to compare this EdgeEndPoint.
Return Value
bool
True if the given EdgeEndPoint is equal to this one, otherwise false.
-
A non-optional argument was null
No comments yet. Start the discussion.
Loading…