public bool operator ==( StorableObject left, StorableObject right )
public: bool operator ==( StorableObject^ left, StorableObject^ right )
Parameters
| Parameter Name | Description |
|---|---|
| left | StorableObject to compare |
| right | StorableObject to compare |
Return Value
TRUE: Both objects are representing the same object in the project
FALSE: Objects are representing different objects in the project