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