<Code Lib>
M

EdgeEndPoint.Equals(EdgeEndPoint)

Description:
Determines whether this EdgeEndPoint is equal to another.

public bool Equals(
	EdgeEndPoint other
)

Return Value bool True if the given EdgeEndPoint is equal to this one, otherwise false.

Loading…