ValidationMessage.Equals(Object) Method

Definition

define equality between two ValidationMessages. Override in base class if this definition is not sufficient.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

the object to compare this one to

Returns

true if they are equal

Applies to