TlsSymmetricCipherSuite.Inequality Operator
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
Inequality(TlsSymmetricCipherSuite, TlsSymmetricCipherSuite)
Determines whether two specified TlsSymmetricCipherSuite have different values.
Declaration
public static bool operator !=(TlsSymmetricCipherSuite left, TlsSymmetricCipherSuite right)
Parameters
| Type | Name | Description |
|---|---|---|
| TlsSymmetricCipherSuite | left | The first TlsSymmetricCipherSuite to compare, or null. |
| TlsSymmetricCipherSuite | right | The second TlsSymmetricCipherSuite to compare, or null. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the value of left is different from the value of right, otherwise false. |