WebSocketTransportSettings.Equals Method

Definition

Determines whether the specified object is equal with the current object.

Overloads

Equals(Object)

Determines whether the specified object is equal with the current object.

Equals(WebSocketTransportSettings)

Determines whether the specified web socket transport settings object is equal with the current object.

Equals(Object)

Source:
WebSocketTransportSettings.cs
Source:
WebSocketTransportSettings.cs
Source:
WebSocketTransportSettings.cs

Determines whether the specified object is equal with the current object.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The object to compare with the current object.

Returns

true if the specified object is equal with the current object; otherwise, false.

Applies to

Equals(WebSocketTransportSettings)

Source:
WebSocketTransportSettings.cs
Source:
WebSocketTransportSettings.cs
Source:
WebSocketTransportSettings.cs

Determines whether the specified web socket transport settings object is equal with the current object.

public:
 virtual bool Equals(System::ServiceModel::Channels::WebSocketTransportSettings ^ other);
public bool Equals (System.ServiceModel.Channels.WebSocketTransportSettings other);
override this.Equals : System.ServiceModel.Channels.WebSocketTransportSettings -> bool
Public Function Equals (other As WebSocketTransportSettings) As Boolean

Parameters

other
WebSocketTransportSettings

The web socket transport settings object to compare with the current object.

Returns

true if the specified object is equal with the current object; otherwise, false.

Implements

Applies to