CoseHeaderValue.Equals Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
 override bool Equals(System::Object ^ obj);public override bool Equals(object? obj);override this.Equals : obj -> boolPublic Overrides Function Equals (obj As Object) As BooleanParameters
- 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
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 -> boolPublic Function Equals (other As CoseHeaderValue) As BooleanParameters
- other
- CoseHeaderValue
An object to compare with this object.
Returns
true if the current object is equal to the other parameter; otherwise, false.