Table of Contents

Operator operator ==

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

operator ==(TransformMatrix, TransformMatrix)

Tests whether two specified TransformMatrix structures are equivalent.

public static bool operator ==(TransformMatrix left, TransformMatrix right)

Parameters

left TransformMatrix

The TransformMatrix that is to the left of the equality operator.

right TransformMatrix

The TransformMatrix that is to the right of the equality operator.

Returns

bool

true if the two TransformMatrix structures are equal; otherwise, false.