Click or drag to resize

TSQLFutureKeywordsInequality Operator

Namespace:  TSQL
Assembly:  TSQL_Parser (in TSQL_Parser.dll) Version: 1.5.3.0 (1.5.3.0)
Syntax
C#
public static bool operator !=(
	TSQLFutureKeywords a,
	TSQLFutureKeywords b
)

Parameters

a
Type: TSQLTSQLFutureKeywords
b
Type: TSQLTSQLFutureKeywords

Return Value

Type: Boolean
See Also