Property | Type | Description | |
---|---|---|---|
LocalizationRequiredAttribute | System |
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.
|
Method | Description | |
---|---|---|
LocalizationRequiredAttribute ( bool required ) : System |
Initializes a new instance of the LocalizationRequiredAttribute class.
|
public Equals ( object obj ) : bool | ||
obj | object | The object to test the value equality of. |
return | bool |