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

Transform.AlmostEqual

Method
Description:
Determines whether this transformation and the specified transformation are the same within the tolerance (1.0e-09).
Remarks:
The tolerance is applied memberwise for comparison.
Syntax
public bool AlmostEqual(
	Transform right
)
Parameters
Parameter Type Description
right Transform The transformation to compare with this transformation.
Return Value
Type Description
Boolean True if the two transformations are equal; otherwise, false.
Exceptions
Exception Condition
ArgumentNullException Thrown when the specified transformation is.