Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator ==(GeneratorInstance, GeneratorInstance)

Checks if two instances are equal.
Read time 1 minuteLast updated 6 days ago

Definition

public static bool operator ==(GeneratorInstance a, GeneratorInstance b)

Parameters

The first instance for comparing.

The second instance for comparing.

Returns

Type

Description

boolTrue if the two given instances are equal, otherwise, false.