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

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

C#
public override bool Equals(object obj);

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

.NET 10 (package-provided) ja muut versiot
Tuote Versiot
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
UWP 10.0

Equals(WebSocketTransportSettings)

Source:
WebSocketTransportSettings.cs
Source:
WebSocketTransportSettings.cs

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

C#
public bool Equals(System.ServiceModel.Channels.WebSocketTransportSettings other);

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

.NET 10 (package-provided) ja muut versiot
Tuote Versiot
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
UWP 10.0