DockablePaneId.op_Equality
Description:
Compares two DockablePaneId instances.
Compares two DockablePaneId instances.
public static bool operator ==(
DockablePaneId first,
DockablePaneId second
)
-
firstThe first DockablePaneId.
-
secondThe second DockablePaneId.
Return Value
bool
True if the inputs are identical, false if they are different.