EntitySpaces esPlugIn for MyGeneration

esHelper.IsObjectType Method (String)

Returns true if the type is equal to "System.Object"

[Visual Basic]
Overloads Public Function IsObjectType( _
   ByVal type As String _
) As Boolean
[C#]
public bool IsObjectType(
   string type
);

Parameters

type
The type (an IColumns.LanguageType)

Return Value

See Also

esHelper Class | EntitySpaces.PlugIn Namespace | esHelper.IsObjectType Overload List