Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Compare Search Result using their index values.
Read time 1 minuteLast updated 10 days ago

Definition

Equals(SearchResult)

Compare Search Result using their index values.
public bool Equals(SearchResult other)

Parameters

Another SearchResult to compare.

Returns

Type

Description

boolReturns true if both SearchResults have the same index.

Equals(Object)

Compare Search Result using their index values.
public override bool Equals(object other)

Parameters

other

Another SearchResult to compare.

Returns

Type

Description

boolReturns true if both SearchResults have the same index.