Operator operator !=
operator !=(ExceptionDescription, ExceptionDescription)
Determines whether two ExceptionDescription
objects are not equal.
public static bool operator !=(ExceptionDescription left, ExceptionDescription right)
Parameters
left
ExceptionDescriptionThe first
ExceptionDescription
object.right
ExceptionDescriptionThe second
ExceptionDescription
object.
Returns
- bool
true
if the objects are not equal; otherwise,false
.