Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Checks if this BoundProperty equals a specified BoundProperty object.
Read time 1 minuteLast updated 9 days ago

Definition

Equals(Object)

Checks if this BoundProperty equals a specified BoundProperty object.
public override bool Equals(object compare)

Parameters

compare

The BoundProperty object to compare.

Returns

Type

Description

boolReturns True if the Index and Version of this BoundProperty matches the specified BoundProperty object. Returns False otherwise.

Equals(BoundProperty)

Checks if this BoundProperty instance equals a specified BoundProperty instance.
public bool Equals(BoundProperty boundProperty)

Parameters

boundProperty

The BoundProperty instance to compare.

Returns

Type

Description

boolReturns True if the Index and Version of this BoundProperty instance matches the specified BoundProperty instance. Returns False otherwise.