Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CompareTo(BoundProperty)

Compares this BoundProperty to a specific BoundProperty.
Read time 1 minuteLast updated 13 days ago

Definition

public int CompareTo(BoundProperty other)

Parameters

The BoundProperty to compare.

Returns

Type

Description

intReturns zero if the Index values for the two BoundProperty objects match. Otherwise, this method returns the difference between the BoundProperty Index values.