C# Class FdoToolbox.Core.ETL.ObjectArrayKeys

This is a utility clsss that allows to treat a set of values as key, so it can be put into hash tables and retrieved easily.
Exibir arquivo Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

ObjectArrayKeys ( object columnValues ) : System

Initializes a new instance of the ObjectArrayKeys class.

Method Details

Equals() public method

Determines whether the specified T:System.Object is equal to the current T:System.Object.
The parameter is null.
public Equals ( object obj ) : bool
obj object The to compare with the current .
return bool

GetHashCode() public method

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
return int

ObjectArrayKeys() public method

Initializes a new instance of the ObjectArrayKeys class.
public ObjectArrayKeys ( object columnValues ) : System
columnValues object The column values.
return System