Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


operator ==(BoundProperty, BoundProperty)

BoundProperty objects are equal if they refer to the same property.
Read time 1 minuteLast updated 9 days ago

Definition

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

Parameters

A BoundProperty object.

Another BoundProperty object.

Returns

Type

Description

bool