Share

Reference.EqualTo Method

Checks if given reference is equal to this reference.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool EqualTo(
	Reference reference
)

Parameters

reference  Reference
Another reference.

Return Value

Boolean
Returns true if given reference is equal to this reference, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullExceptionThrown when argument is nullptr.

See Also

Reference

Was this information helpful?