ARCed.Scintilla.Annotation.operator C# (CSharp) 메소드

operator() 공개 정적인 메소드

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