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
Returns
- bool
true
if the current type is equal to or a subclass of the specified type; otherwise,false
.