Share

Document.Equals Method

Determines whether the specified Object equals to this Object.


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

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

Was this information helpful?