Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator !=(ObjectIdentifier, ObjectIdentifier)

Returns true if the ObjectIdentifiers are different.
Read time 1 minuteLast updated 12 days ago

Definition

public static bool operator !=(ObjectIdentifier a, ObjectIdentifier b)

Parameters

The first object identifier to compare.

The second object identifier to compare.

Returns

Type

Description

boolTrue if the two object identifiers are not equal. Otherwise, false.

Remarks

Internal use only. See ObjectIdentifier.