Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
DeepEquals ( |
Determins if this equals that by performing a deep equals looking at all elements of all member listsand objects.
|
|
DeepEquals ( object o ) : bool |
Determins if this equals that by performing a deep equals looking at all elements of all member lists and objects.
|
|
Equals ( object o ) : bool |
Determines whether the specified Object is equal to the current Object. Ths performs a shallow equals where any reference types are compared by reference.
|
|
GetHashCode ( ) : int |
The GetHashCode method is suitable for use in hashing algorithms and data structures such as a hash table.
|
|
MediaUrl ( ) : System |
Default Constructor.
|
|
MediaUrl ( string url ) : System |
Constructor with Url value.
|
|
MediaUrl ( string url, string width, string height, string duration, string mimeType, string type ) : System |
Constructor with all values.
|
public DeepEquals ( |
||
that | The object to compare for equality. | |
Результат | bool |
public Equals ( object o ) : bool | ||
o | object | the specifies object |
Результат | bool |
public MediaUrl ( string url ) : System | ||
url | string | The url |
Результат | System |
public MediaUrl ( string url, string width, string height, string duration, string mimeType, string type ) : System | ||
url | string | The url value |
width | string | The width |
height | string | The height |
duration | string | The duration |
mimeType | string | The mimeType |
type | string | The type |
Результат | System |