Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Tests equality with another record key.
Read time 1 minuteLast updated 13 days ago

Definition

Equals(PropertyDatabaseRecordKey)

Tests equality with another record key.
public bool Equals(PropertyDatabaseRecordKey other)

Parameters

A record key.

Returns

Type

Description

boolTrue if they are equal, otherwise false.

Equals(Object)

Tests equality with another record key.
public override bool Equals(object obj)

Parameters

A record key.

Returns

Type

Description

boolTrue if they are equal, otherwise false.