NullableVector4.

Equals(NullableVector4, int) Method

Summary

Returns true if all of the components of `this` and `other` are equal, ignoring components after `componentCount`.

Syntax

public bool Equals(NullableVector4 other, int componentCount)

Parameters

Name Type Description
other NullableVector4
componentCount int

Return Value

Type Description
bool