Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PropertyDatabaseRecordKey.CompareTo

Declaration

public int CompareTo(Search.PropertyDatabaseRecordKey other);

Parameters

other A record key to compare against.

Returns

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.

Description

Compares the record key to another record key.