Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator !=(PropertyName, PropertyName)

Determines whether two specified PropertyName have a different string value.
Read time 1 minuteLast updated 4 days ago

Definition

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

Parameters

Returns

Type

Description

bool