Operator operator ==
operator ==(SslSettings, SslSettings)
Determines whether two SslSettings instances are equal.
public static bool operator ==(SslSettings lhs, SslSettings rhs)
Parameters
lhs
SslSettingsThe LHS.
rhs
SslSettingsThe RHS.
Returns
- bool
true
if the left hand side is equal to the right hand side; otherwise,false
.