ARCed.Scintilla.Annotation.operator C# (CSharp) Méthode

operator() public static méthode

Tests whether two Annotation object differ in location or content.
public static operator ( ) : bool
Résultat bool
        public static bool operator !=(Annotation left, Annotation right)
        {
            return !(left == right);
        }