Table of Contents

Operator operator !=

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

operator !=(SizeInt32, SizeInt32)

public static bool operator !=(SizeInt32 lhs, SizeInt32 rhs)

Parameters

lhs SizeInt32
rhs SizeInt32

Returns

bool

operator !=(SizeInt32, Size)

public static bool operator !=(SizeInt32 a, Size b)

Parameters

a SizeInt32
b Size

Returns

bool

operator !=(Size, SizeInt32)

public static bool operator !=(Size a, SizeInt32 b)

Parameters

a Size
b SizeInt32

Returns

bool