Table of Contents

Equals Method

Definition

Namespace
Cuemon.Security
Assemblies
Cuemon.Core.dll
Source
src/Cuemon.Core/Security/HashResult.cs

Equals(object)

Determines whether the specified Object is equal to this instance.

public override bool Equals(object obj)

Parameters

obj object

The Object to compare with the current Object.

Returns

bool

true if the specified Object is equal to this instance; otherwise, false.

Equals(HashResult)

Indicates whether the current object is equal to another object of the same type.

public virtual bool Equals(HashResult other)

Parameters

other HashResult

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.