DataTypeEquality Operator

CVB.Net Documentation
Comparison operator for DataType objects.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static bool operator ==(
	DataType lhs,
	DataType rhs
)

Parameters

lhs
Type: Stemmer.CvbDataType
Left hand side object
rhs
Type: Stemmer.CvbDataType
Right hand side object

Return Value

Type: Boolean
true if the left hand side object and the right hand side object are identical, false otherwise
See Also

Reference