Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Check if two SearchItems have the same ID.
Read time 1 minuteLast updated 9 days ago

Definition

Equals(Object)

Check if two SearchItems have the same ID.
public override bool Equals(object other)

Parameters

other

AnotherSearchItem to compare.

Returns

Type

Description

boolReturns true if SearchItems have the same ID.

Equals(SearchItem)

Check if two SearchItems have the same ID.
public bool Equals(SearchItem other)

Parameters

AnotherSearchItem to compare.

Returns

Type

Description

boolReturns true if SearchItems have the same ID.