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

DockablePaneId.Inequality 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 different, false if they are identical.