C# Класс Keyczar.Util.StringType

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Equals ( StringType other ) : bool

Determines whether the specified StringType is equal to this instance.

Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to this instance.

GetHashCode ( ) : int

Returns a hash code for this instance.

IsNullOrEmpty ( StringType type ) : bool

Determines whether [is null or empty] [the specified type].

StringType ( string identifier ) : System

Initializes a new instance of the StringType class.

ToString ( ) : string

Returns a System.String that represents this instance.

operator ( ) : bool

Implements the operator !=.

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

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

Determines whether the specified StringType is equal to this instance.
public Equals ( StringType other ) : bool
other StringType The other instance.
Результат bool

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

Determines whether the specified System.Object is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Результат bool

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

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int

IsNullOrEmpty() публичный статический Метод

Determines whether [is null or empty] [the specified type].
public static IsNullOrEmpty ( StringType type ) : bool
type StringType The type.
Результат bool

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

Initializes a new instance of the StringType class.
public StringType ( string identifier ) : System
identifier string The identifer.
Результат System

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

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string

operator() публичный статический Метод

Implements the operator !=.
public static operator ( ) : bool
Результат bool