Equals
Equals (1 of 2)
Returns a value indicating whether this instance is equal to the specified VbaReference object.
Returns: Returns true if this instance is equal to the specified VbaReference object; otherwise, false.
Equals(System::SharedPtr< System::Object > obj)
| Parameter | Description |
|---|---|
| obj | The specified VbaReference object to compare with this instance. |
Equals (2 of 2)
Returns a value indicating whether this instance is equal to the specified VbaReference object.
Returns: Returns true if this instance is equal to the specified VbaReference object; otherwise, false.
Equals(System::SharedPtr< VbaReference > other)
| Parameter | Description |
|---|---|
| other | The specified VbaReference object to compare with this instance. |