Compares two DockablePaneId instances.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public static bool operator ==( DockablePaneId first, DockablePaneId second ) |
| Visual Basic |
|---|
Public Shared Operator = ( _ first As DockablePaneId, _ second As DockablePaneId _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator ==( DockablePaneId^ first, DockablePaneId^ second ) |
Parameters
- first
- Type: Autodesk.Revit.UI..::..DockablePaneId
The first DockablePaneId.
- second
- Type: Autodesk.Revit.UI..::..DockablePaneId
The second DockablePaneId.