Determines whether this instance has the specified classification.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public virtual bool HasClassification(
	string classification
)

Parameters

classification
Type: System..::..String
The classification.

Return Value

true if this instance has specified classification; otherwise, false.

See Also