TraceFilter.Equals Method (TraceFilter)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function Equals ( _
other As TraceFilter _
) As Boolean
public bool Equals(
TraceFilter other
)
public:
virtual bool Equals(
TraceFilter^ other
) sealed
abstract Equals :
other:TraceFilter -> bool
override Equals :
other:TraceFilter -> bool
public final function Equals(
other : TraceFilter
) : boolean
Parameters
Return Value
Type: System.Boolean
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.