ObjVerExIsType(Object) Method

Checks if the passed object type reference matches this object.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool IsType(
	Object objType
)

Parameters

objType  Object
A reference to an objType.

Return Value

Boolean
True, if the object is of the type passed.

See Also