Version: 2023.1
public bool Equals (object compare);

参数

compare The BoundProperty object to compare.

返回

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

描述

Checks if this BoundProperty equals a specified BoundProperty object.


public bool Equals (Animations.BoundProperty boundProperty);

参数

boundProperty The BoundProperty instance to compare.

返回

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

描述

Checks if this BoundProperty instance equals a specified BoundProperty instance.