Modifier

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

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

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 the value parameter equals the value of this instance; otherwise, false.

Applies to

Equals(CoseHeaderValue)

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

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

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

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