Determines whether the specified AeInfo is equal to the current AeInfo.
public virtual bool Equals(
AeInfo
)
'Declaration
Public Overloads Overridable Function Equals( _
ByVal As AeInfo _
) As Boolean
'Usage
Dim instance As AeInfo
Dim aeInfo As AeInfo
Dim value As Boolean
value = instance.Equals(aeInfo)
public:
virtual bool Equals(
AeInfo^
)
Parameters
- aeInfo
- The AeInfo to compare with the current object.
Return Value
true if the specified AeInfo is equal to the current AeInfo; otherwise, false.