Overload List

  NameDescription
IsInstanceOfType<(Of <(TExpected>)>)(Object)
Verifies that an actual value is an instance of some expected type.
IsInstanceOfType(Type, Object)
Verifies that an actual value is an instance of some expected type.
IsInstanceOfType<(Of <(TExpected>)>)(Object, String, array<Object>[]()[])
Verifies that an actual value is an instance of some expected type.
IsInstanceOfType(Type, Object, String, array<Object>[]()[])
Verifies that an actual value is an instance of some expected type.

See Also