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: Objects are representing different objects in the project
FALSE: Both objects are representing the same object in the project