C# Class Simple.Testing.PAssert.LocalizationRequiredAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: PaulUpson/PatientPending

Private Properties

Свойство Type Description
LocalizationRequiredAttribute System

Méthodes publiques

Méthode 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

Méthode Description
LocalizationRequiredAttribute ( bool required ) : System

Initializes a new instance of the LocalizationRequiredAttribute class.

Method Details

Equals() public méthode

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.
Résultat bool

GetHashCode() public méthode

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