Table of Contents

Method Equals

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Equals(object)

By-value comparison of ValidationResult

public override bool Equals(object obj)

Parameters

obj object

ValidationResult 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.