IsParameterType

IsParameterType(string, Parameter.Type)

public bool IsParameterType(string name, Parameter.Type type) ;

Description

Determine the type of parameter.

Parameters

Parameter Name Description
name Name.
type Parameter type.

Returns

Returns true if the parameter type matches type.

IsParameterType(int, Parameter.Type)

public bool IsParameterType(int id, Parameter.Type type) ;

Description

Determine the type of parameter.

Parameters

Parameter Name Description
id ID.
type Parameter type.

Returns

Returns true if the parameter type matches type.