static isError()
Checks whether the value of any type is a this instance of any or the given identification
Last updated
Was this helpful?
Checks whether the value of any type is a this instance of any or the given identification
Last updated
Was this helpful?
The value of type to check against the this
instance.
Optional identification of generic type variable to check whether the given contains.
The return type is a indicating the is the object that takes generic type variable .
The return value is a type indicating whether the given is a this
instance of any or the given .