Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator !=(BoundProperty, BoundProperty)

BoundProperty objects are not equal if they refer to different properties.
Read time 1 minuteLast updated 12 days ago

Definition

public static bool operator !=(BoundProperty lhs, BoundProperty rhs)

Parameters

A BoundProperty object.

Another BoundProperty object.

Returns

Type

Description

bool