Table of Contents

Equals Method

Definition

Namespace
Savvyio.Domain
Assemblies
Savvyio.Domain.dll
Source
src/Savvyio.Domain/ValueObject.cs

Equals(ValueObject)

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

public virtual bool Equals(ValueObject other)

Parameters

other ValueObject

An object to compare with this object.

Returns

bool

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