ObjVerExIsType Method (Object) |
Checks if the passed object type reference matches this object.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool IsType(
Object objType
)
Public Function IsType (
objType As Object
) As Boolean
public:
bool IsType(
Object^ objType
)
Parameters
- objType
- Type: SystemObject
A reference to an objType.
Return Value
Type:
BooleanTrue, if the object is of the type passed.
See Also