Operator operator ==
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.