Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Returns true if this ImportResultID is equal to another ImportResultID, otherwise false.
Read time 1 minuteLast updated 10 days ago

Definition

Equals(ImportResultID)

Returns true if this ImportResultID is equal to another ImportResultID, otherwise false.
public bool Equals(ImportResultID other)

Parameters

The ImportResultID to test for equality.

Returns

Type

Description

boolTrue if this ImportResultID is equal to the other, otherwise false.

Equals(Hash128)

Returns true if this ImportResultID is equal to another ImportResultID, otherwise false.
public bool Equals(Hash128 other)

Parameters

other

The ImportResultID to test for equality.

Returns

Type

Description

boolTrue if this ImportResultID is equal to the other, otherwise false.