Quaternion.Equality Operator

Public Shared Operator =( _ 
ByVal left As Quaternion, _ 
ByVal right As Quaternion
) As Boolean
This language is not supported or no code example is available.
public static bool operator ==( 
Quaternion left
Quaternion right 
)
This language is not supported or no code example is available.

Parameters

left
Quaternion

right
Quaternion

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition