|
|
◆ operator!=() [1/2]
| static bool Sisus.NullExtensions.NullComparer.operator!= |
( |
Object | unityObject, |
|
|
NullComparer @ | null ) |
|
static |
Determines whether the specified unityObject is not a null reference and has not been destroyed.
- Parameters
-
| @object | The Object to check. |
- Returns
true if the specified Object is not a null reference and has not been destroyed; otherwise, .
|