C# Class Keyczar.Util.StringType

Afficher le fichier Open project: jbtule/keyczar-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
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 !=.

Method Details

Equals() public méthode

Determines whether the specified StringType is equal to this instance.
public Equals ( StringType other ) : bool
other StringType The other instance.
Résultat bool

Equals() public méthode

Determines whether the specified System.Object is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Résultat bool

GetHashCode() public méthode

Returns a hash code for this instance.
public GetHashCode ( ) : int
Résultat int

IsNullOrEmpty() public static méthode

Determines whether [is null or empty] [the specified type].
public static IsNullOrEmpty ( StringType type ) : bool
type StringType The type.
Résultat bool

StringType() public méthode

Initializes a new instance of the StringType class.
public StringType ( string identifier ) : System
identifier string The identifer.
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

operator() public static méthode

Implements the operator !=.
public static operator ( ) : bool
Résultat bool