Operator operator ==
operator ==(ExceptionDescription, ExceptionDescription)
Determines whether two ExceptionDescription
objects are 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 equal; otherwise,false
.