ListChain.EventLink.Equals Method (Object)

ListChain.EventLink is for internal use only.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    other As Object _
) As Boolean
public override bool Equals(
    Object other
)
public:
virtual bool Equals(
    Object^ other
) override
abstract Equals : 
        other:Object -> bool  
override Equals : 
        other:Object -> bool
public override function Equals(
    other : Object
) : boolean

Parameters

  • other
    Type: Object

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

ListChain.EventLink Structure

Equals Overload

Microsoft.VisualStudio.IntelliTrace Namespace