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.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
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