Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator !=(SecondarySpriteTexture, SecondarySpriteTexture)

Compares two SecondarySpriteTexture objects and returns true if they are not equal.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Operator
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool operator !=(SecondarySpriteTexture lhs, SecondarySpriteTexture rhs)

Parameters

The first SecondarySpriteTexture object.

The other SecondarySpriteTexture object to be compared to.

Returns

Type

Description

bool