Click or drag to resize
SQLiteVersionInequality Operator
Indicates whether the two SQLiteVersion instances are not equal each other.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public static bool operator !=(
	SQLiteVersion x,
	SQLiteVersion y
)

Parameters

x
Type: SQLitePCL.prettySQLiteVersion
A SQLiteVersion instance.
y
Type: SQLitePCL.prettySQLiteVersion
A SQLiteVersion instance.

Return Value

Type: Boolean
if the two instances are not equal to each other; otherwise, .
See Also