CoseHeaderValue.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 the specified instance. |
Equals(CoseHeaderValue) |
Indicates whether the current object is equal to another object of the same type. |
- 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
.NET 10 (package-provided) és más verziók
Termék | Verziók |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Standard | 2.0 (package-provided) |
- 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
.NET 10 (package-provided) és más verziók
Termék | Verziók |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Standard | 2.0 (package-provided) |
.NET-visszajelzés
A(z) .NET egy nyílt forráskód projekt. Visszajelzés adásához válasszon egy hivatkozást: