C# Class Keyczar.Util.StringType

Mostrar archivo Open project: jbtule/keyczar-dotnet Class Usage Examples

Public Methods

Method 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 method

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

Equals() public method

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

GetHashCode() public method

Returns a hash code for this instance.
public GetHashCode ( ) : int
return int

IsNullOrEmpty() public static method

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

StringType() public method

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

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string

operator() public static method

Implements the operator !=.
public static operator ( ) : bool
return bool