Checks if given reference is equal to this reference.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool EqualTo(
Reference reference
)
Parameters
- reference Reference
- Another reference.
Return Value
BooleanReturns true if given reference is equal to this reference, false otherwise.
Exceptions
See Also
Reference