Operator operator !=
operator !=(SslSettings, SslSettings)
Determines whether two Ssl
Parameters
lhs
SslSettings The LHS.
rhs
SslSettings The RHS.
Returns
- bool
true
if the left hand side is not equal to the right hand side; otherwise,false
.