ServerApiInequality Operator |
Returns true if the two values are not equal.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax public static bool operator !=(
ServerApi lhs,
ServerApi rhs
)
Public Shared Operator <> (
lhs As ServerApi,
rhs As ServerApi
) As Boolean
static let inline (<>)
lhs : ServerApi *
rhs : ServerApi : bool
Parameters
- lhs
- Type: MongoDB.DriverServerApi
The left hand side. - rhs
- Type: MongoDB.DriverServerApi
The right hand side
Return Value
Type:
BooleanTrue if the two values are not equal.
See Also