C# Class Simple.Testing.PAssert.LocalizationRequiredAttribute

Inheritance: System.Attribute
Mostra file Open project: PaulUpson/PatientPending

Private Properties

Property Type Description
LocalizationRequiredAttribute System

Public Methods

Method Description
Equals ( object obj ) : bool

Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.

GetHashCode ( ) : int

Returns the hash code for this instance.

Private Methods

Method Description
LocalizationRequiredAttribute ( bool required ) : System

Initializes a new instance of the LocalizationRequiredAttribute class.

Method Details

Equals() public method

Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.
public Equals ( object obj ) : bool
obj object The object to test the value equality of.
return bool

GetHashCode() public method

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