Method | Description | |
---|---|---|
AddRef ( ) : void |
Increases the document's reference count No, you aren't looking at COM, move along. |
|
Equals ( object obj ) : bool |
Overridden.
|
|
GetHashCode ( ) : int |
Overridden
|
|
Release ( ) : void |
Decreases the document's reference count When the document's reference count reaches 0 Scintilla will destroy the document |
Method | Description | |
---|---|---|
Document ( Scintilla scintilla, |
public Equals ( object obj ) : bool | ||
obj | object | Another Document Object |
return | bool |