Checks if given reference is equal to this reference.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool EqualTo(
Reference reference
)
Public Function EqualTo (
reference As Reference
) As Boolean
public:
bool EqualTo(
Reference^ reference
)
member EqualTo :
reference : Reference -> bool
Parameters
- reference Reference
- Another reference.
Return Value
BooleanReturns true if given reference is equal to this reference, false otherwise.
Exceptions
See Also