<Code Lib>
2021 Method
Changes 0
M

NumberingSchemaType.op_Inequality

Description:
Compares two NumberingSchemaType instances.

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

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

Loading…