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