Table of Contents

Class ValueObject<T>

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll
public abstract class ValueObject<T> where T : ValueObject<T>

Type Parameters

T
Inheritance
ValueObject<T>
Derived

Methods

Equals(object?)

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

EqualsCore(T)
GetHashCode()

Serves as the default hash function.

GetHashCodeCore()

Operators

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