C# Class MongoDB.Driver.Internal.IndexCacheKey

Show file Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IndexCacheKey ( string databaseName, string collectionName, string indexName ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Method Description
ComputeHashCode ( string databaseName, string collectionName, string indexName ) : int

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IndexCacheKey() public method

public IndexCacheKey ( string databaseName, string collectionName, string indexName ) : System.Collections.Generic
databaseName string
collectionName string
indexName string
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string