Property | Type | Description |
---|
Method | Description | |
---|---|---|
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.
|
|
GnipUrl ( ) : System |
Default Constructor.
|
|
GnipUrl ( string url ) : System |
Constructor with Url value.
|
|
GnipUrl ( string url, string metaUrl ) : System |
Constructor with metaUrl value.
|
public DeepEquals ( |
||
that | The object to compare for equality. | |
return | bool |
public GnipUrl ( string url, string metaUrl ) : System | ||
url | string | The url |
metaUrl | string | The metaUrl |
return | System |