Table of Contents

Operator operator ==

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

operator ==(ValueObject<T>?, ValueObject<T>?)

Overloads "==" operator.

public static bool operator ==(ValueObject<T>? a, ValueObject<T>? b)

Parameters

a ValueObject<T>

First operand.

b ValueObject<T>

Second operand.

Returns

bool

True if the specified object is equal to the current object; otherwise, false.