Determines whether the specified Object equals to this Object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public override bool Equals(
Object obj
)
Parameters
- obj Object
-
Return Value
Boolean
Remarks
Two document instances are considered equal if they represent the same document currently opened in the Revit session.
See Also
Reference