ObjVerExIsType(MFIdentifier) 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(
	MFIdentifier objType
)

Parameters

objType  MFIdentifier
A reference to an objType.

Return Value

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

See Also