ParameterValue.IsEqual
Method
Description:
Tests equality with another instance of the same class.
Tests equality with another instance of the same class.
Remarks:
The result is always False if the two comparands are of a different value types.
The result is always False if the two comparands are of a different value types.
Parameters
Parameter | Type | Description |
---|---|---|
other | ParameterValue | The instance to compare with |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |