ARCed.Scintilla.ScintillaHelperBase.Equals C# (CSharp) Method

Equals() public abstract method

Abstract Equals Override. All Helpers must implement this. Use IsSameHelperFamily to determine if the types are compatible and they have the same Scintilla. For most top level helpers like Caret and Lexing this should be enough. Helpers like Marker and Line also need to take other variables into consideration.
public abstract Equals ( object obj ) : bool
obj object
return bool
        public abstract override bool Equals(object obj);