Equals
Equals (1 of 2)
Determines whether the specified DateCollection is equal to this instance.
Returns: true if the specified DateCollection is equal to this instance; otherwise, false .
Equals(System::SharedPtr < DateCollection > other)
| Parameter | Description |
|---|---|
| other | The DateCollection to compare with this instance. |
Equals (2 of 2)
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. |