TypeExtensions.IsInstanceOfType(Type, Object) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsInstanceOfType(Type ^ type, System::Object ^ o);
public static bool IsInstanceOfType (this Type type, object o);
public static bool IsInstanceOfType (this Type type, object? o);
static member IsInstanceOfType : Type * obj -> bool
<Extension()>
Public Function IsInstanceOfType (type As Type, o As Object) As Boolean

Parameters

type
Type
o
Object

Returns

Applies to