ChannelBinding.Equals Method
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9147)
Equals(ChannelBinding)
Determines whether the specified other
is equal to this object.
Declaration
public bool Equals(ChannelBinding other)
Parameters
Type | Name | Description |
---|---|---|
Channel |
other | The Channel |
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
Returns
Type | Description |
---|---|
Boolean |
|