<Code Lib>
M

EdgeEndPoint.Equals(EdgeEndPoint)

Description:
Determines whether this EdgeEndPoint is equal to another.
Overloads (1):
Equals(EdgeEndPoint)

public bool Equals(
	EdgeEndPoint other
)

  • other
    The EdgeEndPoint with which to compare this EdgeEndPoint.
Return Value Boolean True if the given EdgeEndPoint is equal to this one, otherwise false.

Loading…