DataTypeInequality Operator

Compares two DataType structures for inequality.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public static bool operator !=(
	DataType dataType1,
	DataType dataType2
)

Parameters

dataType1
Type: Dundas.BI.Data.MetadataDataType
The first data type.
dataType2
Type: Dundas.BI.Data.MetadataDataType
The second data type.

Return Value

Type: Boolean
if the two structures are not equal; otherwise .
See Also