Equals
Contents
[
Hide
]Equals (1 of 3)
Determines whether the specified Object is equal to the current Object.
Returns: Returns a boolean indicating if the passed in object obj is Equal to this.
Equals(System::SharedPtr < PhoneNumber > obj)
| Parameter | Description |
|---|---|
| obj | The Object to compare with the current Object. |
Equals (2 of 3)
Determines whether the specified object instances are considered equal.
Returns: true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Equals(System::SharedPtr < PhoneNumber > x, System::SharedPtr < PhoneNumber > y)
| Parameter | Description |
|---|---|
| x | The first object to compare. |
| y | The second object to compare. |
Equals (3 of 3)
Determines whether the specified Object is equal to the current Object.
Returns: Returns a boolean indicating if the passed in object obj is Equal to this.
Equals(System::SharedPtr < System::Object > obj)
| Parameter | Description |
|---|---|
| obj | The Object to compare with the current Object. |