CodeSharp.EventSourcing.Address.operator C# (CSharp) Méthode

operator() public static méthode

Overloading for the != for the class Address
public static operator ( ) : bool
Résultat bool
        public static bool operator !=(Address left, Address right)
        {
            return !Equals(left, right);
        }