ARCed.Scintilla.Annotation.operator C# (CSharp) Method

operator() public static method

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