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.