ListenEntry.Equals Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

ListenEntry.Equals Method 

Determines whether the specified Object is equal to the current Object.

[Visual Basic]Overrides Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   object obj
);

Parameters

obj
The Object to compare with the current Object.

Return Value

True if the specified Object is equal to the current Object; otherwise, false.

See Also

ListenEntry Class | ListenEntry Members | Org.Mentalis.Proxy Namespace