Determines whether the specified
Vector3is equal to this instance.
'宣言
Public Overloads Function Equals( _
ByVal As Vector3 _
) As System.Boolean
public System.bool Equals(
Vector3
)
パラメータ
- other
- The Vector3to compare with this instance.
戻り値の型
true
if the specified
Vector3is equal to this instance; otherwise,
false
.