Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool |
Returns a value indicating whether two objects are equal.
|
|
GetHashCode ( ) : int |
Returns a hash code.
|
|
ResourceDictionaryDispensedEventArgs ( int index, ResourceDictionary resourceDictionary ) : System |
Initializes a new instance of the ResourceDictionaryDispensedEventArgs class.
|
public Equals ( object obj ) : bool | ||
obj | object | The other object. |
Результат | bool |
public ResourceDictionaryDispensedEventArgs ( int index, ResourceDictionary resourceDictionary ) : System | ||
index | int | The index of the ResourceDictionary dispensed. |
resourceDictionary | ResourceDictionary | The ResourceDictionary dispensed. |
Результат | System |