ValidationResultInfo.IEquatable<ValidationResultInfo>.Equals Method
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Tests the current instance against the specified instance for equality
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Private Function Equals ( _
other As ValidationResultInfo _
) As Boolean Implements IEquatable(Of ValidationResultInfo).Equals
'Usage
Dim instance As ValidationResultInfo
Dim other As ValidationResultInfo
Dim returnValue As Boolean
returnValue = CType(instance, IEquatable(Of ValidationResultInfo)).Equals(other)
bool IEquatable<ValidationResultInfo>.Equals(
ValidationResultInfo other
)
private:
virtual bool Equals(
ValidationResultInfo^ other
) sealed = IEquatable<ValidationResultInfo^>::Equals
private abstract Equals :
other:ValidationResultInfo -> bool
private override Equals :
other:ValidationResultInfo -> bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- other
Type: System.ServiceModel.DomainServices.Client.ValidationResultInfo
The ValidationResultInfo to compare to.
Return Value
Type: System.Boolean
true if the instances are equal; otherwise, false.
Implements
Remarks
This member is an explicit interface implementation. It can be used only when the ValidationResultInfo is cast to an IEquatable interface.