Operator operator !=
operator !=(SslSettings, SslSettings)
Determines whether two SslSettings instances are not 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 not equal to the right hand side; otherwise,false
.