C# Class Gnip.Client.Resource.GnipUrl

Inheritance: IResource, IDeepCompare
Datei anzeigen Open project: electromute/gnip-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DeepEquals ( GnipUrl that ) : bool

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.

Method Details

DeepEquals() public method

Determins if this equals that by performing a deep equals looking at all elements of all member listsand objects.
public DeepEquals ( GnipUrl that ) : bool
that GnipUrl The object to compare for equality.
return bool

DeepEquals() public method

Determins if this equals that by performing a deep equals looking at all elements of all member lists and objects.
public DeepEquals ( object o ) : bool
o object
return bool

Equals() public method

Determines whether the specified Object is equal to the current Object. Ths performs a shallow equals where any reference types are compared by reference.
public Equals ( object o ) : bool
o object the specifies object
return bool

GetHashCode() public method

The GetHashCode method is suitable for use in hashing algorithms and data structures such as a hash table.
public GetHashCode ( ) : int
return int

GnipUrl() public method

Default Constructor.
public GnipUrl ( ) : System
return System

GnipUrl() public method

Constructor with Url value.
public GnipUrl ( string url ) : System
url string The url
return System

GnipUrl() public method

Constructor with metaUrl value.
public GnipUrl ( string url, string metaUrl ) : System
url string The url
metaUrl string The metaUrl
return System