Click or drag to resize

Vector4Equality Operator

Vector4 exact equality - see EQ(Vector4, Vector4) for alternative

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static bool operator ==(
	Vector4 l,
	Vector4 r
)

Parameters

l  Vector4
Left-hand side Vector4
r  Vector4
Right-hand side Vector4

Return Value

Boolean
Result of Vector4 comparision
See Also