ChangeType.IsIdentical
Method
Description:
Compares if two ChangeTypes are identical
Compares if two ChangeTypes are identical
Parameters
Parameter | Type | Description |
---|---|---|
changeType | ChangeType | Input ChangeType to be compared |
Return Value
Type | Description |
---|---|
Boolean | True if the this ChangeType and input ChangeType are identical |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |