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