NumericRevisionSettings.IsEqual
Method
Description:
Determines whether a specified NumericRevisionSettings is the same as 'this'.
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.
The two NumericRevisionSettings are regarded as the same only if they have the same start number, prefix and suffix strings.
Parameters
| Parameter | Type | Description |
|---|---|---|
| other | NumericRevisionSettings | The specified NumericRevisionSettings with which to compare. |
Return Value
| Type | Description |
|---|---|
| Boolean | True, if two NumericRevisionSettings are the same. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |