CoseHeaderLabel.Equals Method
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.
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. |
- 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
.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) |
- 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
.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) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: