C# Class Smartsheet.Api.Models.IdentifiableModel

Represents an object with an ID.
ファイルを表示 Open project: smartsheet-platform/smartsheet-csharp-sdk

Public Methods

Method Description
Equals ( object @object ) : bool

Check if the given object equals To this object.

GetHashCode ( ) : int

Return the hash Code of this object.

Method Details

Equals() public method

Check if the given object equals To this object.
public Equals ( object @object ) : bool
@object object
return bool

GetHashCode() public method

Return the hash Code of this object.
public GetHashCode ( ) : int
return int