Table of Contents

Method IsEqualOrSubClassOf

Namespace
Innova.Data.StructuredSearch
Assembly
Innova.Data.dll

IsEqualOrSubClassOf(Type, Type)

Determines whether the current type is equal to or a subclass of the specified type.

public static bool IsEqualOrSubClassOf(this Type t1, Type t2)

Parameters

t1 Type

The current type.

t2 Type

The specified type.

Returns

bool

true if the current type is equal to or a subclass of the specified type; otherwise, false.