C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Equals() публичный Метод

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 .
Результат bool

GetHashCode() публичный Метод

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Результат int

ObjectArrayKeys() публичный Метод

Initializes a new instance of the ObjectArrayKeys class.
public ObjectArrayKeys ( object columnValues ) : System
columnValues object The column values.
Результат System