Operator operator !=
operator !=(ExceptionDescription, ExceptionDescription)
Determines whether two ExceptionDescription objects are not equal.
public static bool operator !=(ExceptionDescription left, ExceptionDescription right)
Parameters
leftExceptionDescriptionThe first
ExceptionDescriptionobject.rightExceptionDescriptionThe second
ExceptionDescriptionobject.
Returns
- bool
trueif the objects are not equal; otherwise,false.