ChangeType.Contains
Method
Description:
Checks whether this ChangeType contains the input ChangeType
Checks whether this ChangeType contains the input ChangeType
Parameters
| Parameter | Type | Description |
|---|---|---|
| changeType | ChangeType |
Return Value
| Type | Description |
|---|---|
| Boolean | True if input changeType is contained by this ChangeType |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |