C# Class Smartsheet.Api.Models.IdentifiableModel

Represents an object with an ID.
Afficher le fichier Open project: smartsheet-platform/smartsheet-csharp-sdk

Méthodes publiques

Méthode 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 méthode

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

GetHashCode() public méthode

Return the hash Code of this object.
public GetHashCode ( ) : int
Résultat int