Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator !=(GeneratorInstance, GeneratorInstance)

Checks if two instances are not equal.
Read time 1 minuteLast updated 10 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 not equal, otherwise, false.