Table of Contents

Operator operator !=

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.Common.v10.dll

operator !=(ExceptionDescription, ExceptionDescription)

Determines whether two ExceptionDescription objects are not equal.

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

Parameters

left ExceptionDescription

The first ExceptionDescription object.

right ExceptionDescription

The second ExceptionDescription object.

Returns

bool

true if the objects are not equal; otherwise, false.