C# Класс Smartsheet.Api.Models.IdentifiableModel

Represents an object with an ID.
Показать файл Открыть проект

Открытые методы

Метод Описание
Equals ( object @object ) : bool

Check if the given object equals To this object.

GetHashCode ( ) : int

Return the hash Code of this object.

Описание методов

Equals() публичный Метод

Check if the given object equals To this object.
public Equals ( object @object ) : bool
@object object
Результат bool

GetHashCode() публичный Метод

Return the hash Code of this object.
public GetHashCode ( ) : int
Результат int