Equals
Contents
[
Hide
]Equals (1 of 2)
Returns a value indicating whether this instance is equal to a specified instance of the ResourceAssignment class.
Returns: True if the specified instance of the ResourceAssignment class has the same UID value as this instance; otherwise, false .
Equals(System::SharedPtr< ResourceAssignment > other)
| Parameter | Description |
|---|---|
| other | The specified instance of the ResourceAssignment class to compare with this instance. |
Equals (2 of 2)
Returns a value indicating whether this instance is equal to a specified object.
Returns: True if o is a ResourceAssignment that assign the same resource and task as this instance; otherwise, false .
Equals(System::SharedPtr< System::Object > obj)
| Parameter | Description |
|---|---|
| obj | The object to compare with this instance. |