ARCed.Scintilla.ScintillaHelperBase.Equals C# (CSharp) Méthode

Equals() public abstract méthode

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
Résultat bool
        public abstract override bool Equals(object obj);