Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function Equals ( _
    other As ServiceLevel _
) As Boolean
public bool Equals(
    ServiceLevel other
)
public:
virtual bool Equals(
    ServiceLevel^ other
) sealed
abstract Equals : 
        other:ServiceLevel -> bool  
override Equals : 
        other:ServiceLevel -> bool
public final function Equals(
    other : ServiceLevel
) : boolean
Parameters
Return Value
Type: System.Boolean
Returns 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.