RVTDocs.com
Namespace: Autodesk.Revit.DB Class: EdgeEndPoint

EdgeEndPoint.Equals(EdgeEndPoint)

Method
Description:
Determines whether this EdgeEndPoint is equal to another.
Syntax
public bool Equals(
	EdgeEndPoint other
)
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