Table of Contents

Operator operator ==

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

operator ==(ServerApi, ServerApi)

Returns true if the two values are equal.

public static bool operator ==(ServerApi lhs, ServerApi rhs)

Parameters

lhs ServerApi

The left hand side.

rhs ServerApi

The right hand side

Returns

bool

True if the two values are equal.