Version: 2023.2
言語: 日本語
public int CompareTo (Search.PropertyDatabaseRecordKey other);

パラメーター

other A record key to compare against.

戻り値

int An integer representing the equality result. -1 if the current key is smaller, 0 if it is equal and 1 if it is greater than the other key.

説明

Compares the record key to another record key.