<Code Lib>
2025.3 Method
Changes 0
M

NumericRevisionSettings.IsEqual

Description:
Determines whether a specified NumericRevisionSettings is the same as 'this'.
Remarks:
The two NumericRevisionSettings are regarded as the same only if they have the same start number, prefix and suffix strings.

public bool IsEqual(
	NumericRevisionSettings other
)

Return Value Boolean True, if two NumericRevisionSettings are the same.

Loading…