Method Equals
Equals(object)
By-value comparison of ValidationResult
public override bool Equals(object obj)
Parameters
obj
objectValidationResult to be compared against this ValidationRule
Returns
- bool
true if obj is ValidationResult and has the same values
Remarks
This method is also used indirectly from the operator overrides.