'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.
Return Value
true
if the specified object is equal to the current object; otherwise, false
.