Version: 2022.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.