Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


CoseHeaderValue.Equals Method

Definition

Overloads

Equals(Object)

Returns a value indicating whether this instance is equal to the specified instance.

Equals(CoseHeaderValue)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Source:
CoseHeaderValue.cs
Source:
CoseHeaderValue.cs
Source:
CoseHeaderValue.cs

Returns a value indicating whether this instance is equal to the specified instance.

C#
public override bool Equals(object? obj);

Parameters

obj
Object

The object to compare to this instance.

Returns

true if the value parameter equals the value of this instance; otherwise, false.

Applies to

.NET 10 (package-provided) és más verziók
Termék Verziók
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)

Equals(CoseHeaderValue)

Source:
CoseHeaderValue.cs
Source:
CoseHeaderValue.cs
Source:
CoseHeaderValue.cs

Indicates whether the current object is equal to another object of the same type.

C#
public bool Equals(System.Security.Cryptography.Cose.CoseHeaderValue other);

Parameters

other
CoseHeaderValue

An object to compare with this object.

Returns

true if the current object is equal to the other parameter; otherwise, false.

Implements

Applies to

.NET 10 (package-provided) és más verziók
Termék Verziók
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)