TlsSymmetricCipherSuite.CompareTo Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
CompareTo(Object)
Compares this instance to a specified object and returns an indication of their relative values.
Declaration
public int CompareTo(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj | An object to compare, or null. |
Returns
Type | Description |
---|---|
Int32 | A 32-bit signed integer that indicates the relative order of the objects being compared. See CompareTo(Object) for details. |