C# Class ARCed.Scintilla.TopLevelHelper

Top level ScintillaHelpers Like Style and Folding inherit from this class so they don't have to reimplement the same Equals method
Inheritance: ScintillaHelperBase
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
TopLevelHelper ( Scintilla scintilla )

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int