MLKemAlgorithm.Equals Method

Definition

Overloads

Equals(Object)

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

Returns

Applies to

Equals(MLKemAlgorithm)

Source:
MLKemAlgorithm.cs
public:
 virtual bool Equals(System::Security::Cryptography::MLKemAlgorithm ^ other);
public bool Equals(System.Security.Cryptography.MLKemAlgorithm? other);
override this.Equals : System.Security.Cryptography.MLKemAlgorithm -> bool
Public Function Equals (other As MLKemAlgorithm) As Boolean

Parameters

Returns

Implements

Applies to