Reference.EqualTo
Method
Description:
Checks if given reference is equal to this reference.
Checks if given reference is equal to this reference.
Parameters
Parameter | Type | Description |
---|---|---|
reference | Reference | Another reference. |
Return Value
Type | Description |
---|---|
Boolean | Returns true if given reference is equal to this reference, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when argument is. |