Table of Contents

Operator operator !=

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

operator !=(b3Matrix3, b3Matrix3)

Determines whether two matrices are unequal.

public static bool operator !=(b3Matrix3 left, b3Matrix3 right)

Parameters

left b3Matrix3

The first matrix.

right b3Matrix3

The second matrix.

Returns

bool