<Code Lib>
2024 Method
Changes 0
M

DockablePaneId.op_Inequality

Description:
Compares two DockablePaneId instances.

public static bool operator !=(
	DockablePaneId first,
	DockablePaneId second
)

Return Value bool True if the inputs are different, false if they are identical.

Loading…