C# Класс Gnip.Client.Resource.Rules

Наследование: IResource, IDeepCompare
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
DeepEquals ( Rules that ) : bool

Determins if this equals that by performing a deep equals looking at all elements of all member listsand objects.

DeepEquals ( object o ) : bool

Determins if this equals that by performing a deep equals looking at all elements of all member lists and objects.

Equals ( object o ) : bool

Determines whether the specified Object is equal to the current Object. Ths performs a shallow equals where any reference types are compared by reference.

GetHashCode ( ) : int

The GetHashCode method is suitable for use in hashing algorithms and data structures such as a hash table.

Rules ( ) : System

Default constructor.

Rules ( IEnumerable rules ) : System

Constructor.

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

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

Determins if this equals that by performing a deep equals looking at all elements of all member listsand objects.
public DeepEquals ( Rules that ) : bool
that Rules The object to compare for equality.
Результат bool

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

Determins if this equals that by performing a deep equals looking at all elements of all member lists and objects.
public DeepEquals ( object o ) : bool
o object
Результат bool

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

Determines whether the specified Object is equal to the current Object. Ths performs a shallow equals where any reference types are compared by reference.
public Equals ( object o ) : bool
o object the specifies object
Результат bool

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

The GetHashCode method is suitable for use in hashing algorithms and data structures such as a hash table.
public GetHashCode ( ) : int
Результат int

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

Default constructor.
public Rules ( ) : System
Результат System

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

Constructor.
public Rules ( IEnumerable rules ) : System
rules IEnumerable Adds the rules to this list.
Результат System