A type guard for RuntimeObject.
Whether the specified value has a runtime type of object and is neither null nor an Array.
object
null
Array
The value to check.
A type guard for RuntimeObject.
Returns
Whether the specified value has a runtime type of
object
and is neithernull
nor anArray
.