Sharekhan.domain.Instrument.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat bool
        public static bool operator !=(Instrument left, Instrument right)
        {
            return !Equals(left, right);
        }