<Code Lib>
2025 Method
Changes 0
M

NumberingSchemaType.op_Equality

Description:
Compares two NumberingSchemaType instances.

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

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

Loading…