Share via


ServiceLevel.Equals Method (ServiceLevel)

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

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

ServiceLevel Class

Equals Overload

Microsoft.TeamFoundation.Framework.Server Namespace