Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Compare this document against another document.
Read time 1 minuteLast updated 8 days ago

Definition

Equals(SearchDocument)

Compare this document against another document.
public bool Equals(SearchDocument other)

Parameters

Another document to compare to.

Returns

Type

Description

boolIf true both document are equals.

Equals(Object)

Compare this document against another document.
public override bool Equals(object other)

Parameters

other

Another document to compare to.

Returns

Type

Description

boolIf true both document are equals.