TlsSymmetricCipherSuite.Equality Operator
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
Equality(TlsSymmetricCipherSuite, TlsSymmetricCipherSuite)
Determines whether two specified Tls
Declaration
public static bool operator ==(TlsSymmetricCipherSuite left, TlsSymmetricCipherSuite right)
Parameters
Type | Name | Description |
---|---|---|
Tls |
left | The first Tls |
Tls |
right | The second Tls |
Returns
Type | Description |
---|---|
Boolean | true if the value of left is the same as the value of right, otherwise false. |