operator==
operator==
Determines whether the specified objects are equal.
Returns: Returns true if objects are equal, otherwise false.
bool operator==(System::SharedPtr < CustomerEvent > a, System::SharedPtr < CustomerEvent > b)
| Parameter | Description |
|---|---|
| a | First object to compare |
| b | Second object to compare |