operator==

operator==

Determines whether the specified objects are equal.

Returns: Returns true if objects are equal, otherwise false.

bool operator==(System::SharedPtr < AssociatedPerson > a, System::SharedPtr < AssociatedPerson > b)
ParameterDescription
aFirst object to compare
bSecond object to compare