TlsPskKeyExchangeMode.Equals Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Equals(TlsPskKeyExchangeMode)
Determines whether the specified other is equal to this object.
Declaration
public bool Equals(TlsPskKeyExchangeMode other)
Parameters
| Type | Name | Description |
|---|---|---|
| TlsPskKeyExchangeMode | other | The TlsPskKeyExchangeMode to compare with this object. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Implements
Equals(Object)
Determines whether the specified obj is equal to this object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj | The Object to compare with this object. |
Returns
| Type | Description |
|---|---|
| Boolean |
|