Edit

Share via


MLKemAlgorithm.Equals Method

Definition

Overloads

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(MLKemAlgorithm)

Compares two MLKemAlgorithm objects.

Equals(Object)

Source:
MLKemAlgorithm.cs
Source:
MLKemAlgorithm.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 -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

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(MLKemAlgorithm)

Source:
MLKemAlgorithm.cs
Source:
MLKemAlgorithm.cs

Compares two MLKemAlgorithm objects.

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

other
MLKemAlgorithm

An object to be compared to the current MLKemAlgorithm object.

Returns

true if the objects are considered equal; otherwise, false.

Implements

Applies to