FailureMessageKey.IsEqual
Method
Description:
Checks it this key is equal to the other.
Checks it this key is equal to the other.
Parameters
Parameter | Type | Description |
---|---|---|
other | FailureMessageKey | The key to compare with. |
Return Value
Type | Description |
---|---|
Boolean | True if keys are equal, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |