CoseHeaderLabel.Equals Method

Definition

Overloads

Equals(Object)

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

Equals(CoseHeaderLabel)

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

Equals(Object)

Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs

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

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

Parameters

obj
Object

The object to compare to this instance.

Returns

true if value is an instance of CoseHeaderLabel and equals the value of this instance; otherwise, false.

Applies to

.NET 10 (package-provided) and other versions
Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)

Equals(CoseHeaderLabel)

Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs

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

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

Parameters

other
CoseHeaderLabel

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) and other versions
Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)