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