Check if the contents of two instances of settings are equal.
Namespace: Autodesk.Revit.DB.DirectContext3DAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsEqual(
DirectContext3DHandleSettings other
)
Parameters
- other DirectContext3DHandleSettings
-
The settings to be compared.
Return Value
Boolean
True for equal, false otherwise.
Exceptions
See Also
Reference