C# Class SIL.FieldWorks.CacheLight.HvoFlidKey

Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
HvoFlidKey ( int hvo, int flid ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

HvoFlidKey() public method

public HvoFlidKey ( int hvo, int flid ) : System
hvo int
flid int
return System

ToString() public method

public ToString ( ) : string
return string