ValueObject

ValueObject class

Objectklasse abstracte waarde.

public abstract class ValueObject : IEquatable<ValueObject>

methoden

Naam Beschrijving
override Equals(object) Bepaalt of twee objectinstanties gelijk zijn.
virtual Equals(ValueObject) Bepaalt of twee objectinstanties gelijk zijn.
override GetHashCode() Dient als de standaard hash-functie.
operator == Gelijkheidsoperator.
operator != Ongelijkheidsoperator.

Zie ook