| Visual Basic | |
|---|---|
Function IsKindOf( _ ByVal __MIDL__IEdmObject50000 As EdmObjectType _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool IsKindOf( EdmObjectType __MIDL__IEdmObject50000 ) | |
| C++/CLI | |
|---|---|
System.bool IsKindOf( & EdmObjectType __MIDL__IEdmObject50000 ) | |
Parameters
- __MIDL__IEdmObject50000
- Type of object as defined in EdmObjectType
Return Value
True if the object is of the specified type, false if notSee Return Codes for the complete list of potential success and error codes. The following are just a few examples:
- S_OK indicates that the method successfully executed.