IsOrInheritsFrom Method
WCF Data Services 5.0
Determines whether a type is equivalent to or derived from another type.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Parameters
- thisType
- Type: Microsoft.Data.Edm..::..IEdmType
The type to be tested for equivalence to or derivation from the other type.
- otherType
- Type: Microsoft.Data.Edm..::..IEdmType
The type that is the other type.
Return Value
Type: System..::..Booleantrue if and only if the thisType parameter is equivalent to or inherits from otherType parameter; otherwise, false.