Table of Contents

Operator operator !=

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

operator !=(GraphicsConfigIdentity, GraphicsConfigIdentity)

Determines whether two GraphicsConfigIdentity instances are not equal.

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

Parameters

left GraphicsConfigIdentity

The first GraphicsConfigIdentity instance to compare.

right GraphicsConfigIdentity

The second GraphicsConfigIdentity instance to compare.

Returns

bool

true if the two instances are not equal; otherwise, false.