RVTDocs.com
Namespace: Autodesk.Revit.UI Class: DockablePaneId

DockablePaneId.Equality Operator

Description:
Compares two DockablePaneId instances.
Syntax
public static bool operator ==(
	DockablePaneId first,
	DockablePaneId second
)
Parameters
Parameter Type Description
first DockablePaneId The first DockablePaneId.
second DockablePaneId The second DockablePaneId.
Return Value
Type Description
Boolean True if the inputs are identical, false if they are different.