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
Source:
CoseHeaderLabel.cs

Returns a value indicating whether this instance is equal to a specified 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 to this instance.

Returns

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

Applies to

Equals(CoseHeaderLabel)

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

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

public:
 virtual bool Equals(System::Security::Cryptography::Cose::CoseHeaderLabel other);
public bool Equals (System.Security.Cryptography.Cose.CoseHeaderLabel other);
override this.Equals : System.Security.Cryptography.Cose.CoseHeaderLabel -> bool
Public Function Equals (other As CoseHeaderLabel) As Boolean

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