CompositeMLDsaAlgorithm.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) | Determines whether the specified object is equal to the current object. | 
| Equals(CompositeMLDsaAlgorithm) | Compares two CompositeMLDsaAlgorithm objects. | 
Equals(Object)
- Source:
- CompositeMLDsaAlgorithm.cs
Determines whether the specified object is equal to the current object.
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 with the current object.
Returns
true if the specified object  is equal to the current object; otherwise, false.
Applies to
Equals(CompositeMLDsaAlgorithm)
- Source:
- CompositeMLDsaAlgorithm.cs
Compares two CompositeMLDsaAlgorithm objects.
public:
 virtual bool Equals(System::Security::Cryptography::CompositeMLDsaAlgorithm ^ other);public bool Equals(System.Security.Cryptography.CompositeMLDsaAlgorithm? other);override this.Equals : System.Security.Cryptography.CompositeMLDsaAlgorithm -> boolPublic Function Equals (other As CompositeMLDsaAlgorithm) As BooleanParameters
- other
- CompositeMLDsaAlgorithm
An object to be compared to the current CompositeMLDsaAlgorithm object.
Returns
true if the objects are considered equal; otherwise, false.