<Code Lib>
M

ExternalDataManagerCommandId.op_Inequality

Description:
Compares two ExternalDataManagerCommandId instances.

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

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

Loading…