Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

PropertyDatabaseRecordKey.Equals

Declaration

public bool Equals(Search.PropertyDatabaseRecordKey other);

Declaration

public bool Equals(object obj);

Parameters

Description
other A record key.
obj A record key.

Returns

bool True if they are equal, otherwise false.

Description

Tests equality with another record key.