C# 클래스 Smartsheet.Api.Models.IdentifiableModel

Represents an object with an ID.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
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