Click or drag to resize

ServerApiVersionInequality Operator

Returns true if the two values are not equal.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public static bool operator !=(
	ServerApiVersion lhs,
	ServerApiVersion rhs
)

Parameters

lhs
Type: MongoDB.DriverServerApiVersion
The left hand side.
rhs
Type: MongoDB.DriverServerApiVersion
The right hand side

Return Value

Type: Boolean
True if the two values are not equal.
See Also