2024 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 bool True, if two NumericRevisionSettings are the same.