ExpectedProcessTraits.Equals Method (ExpectedProcessTraits)

Tests whether the ExpectedProcessTraits match.

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

Syntax

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

Parameters

Return Value

Type: Boolean

Implements

IEquatable.Equals(UTP)

.NET Framework Security

See Also

Reference

ExpectedProcessTraits Class

Equals Overload

Microsoft.VisualStudio.IntelliTrace Namespace