'Declaration
Protected Overloads Function Equals( _ ByVal other As EasyDAItemChangedEventArgs _ ) As Boolean
'Usage
Dim instance As EasyDAItemChangedEventArgs Dim other As EasyDAItemChangedEventArgs Dim value As Boolean value = instance.Equals(other)
protected bool Equals( EasyDAItemChangedEventArgs other )
protected: bool Equals( EasyDAItemChangedEventArgs^ other )
Parameters
- other
- The EasyDAItemChangedEventArgs to compare with the current object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
true
if the specified object is equal to the current object; otherwise, false
.