WebSocketTransportSettings.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
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)
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
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
.