Class ValueObject<T>
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.
- GetHashCode()
Serves as the default hash function.