VssStringComparer.Equals Method (String, String)
This member overrides StringComparer.Equals(String, String).
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
x As String, _
y As String _
) As Boolean
public override bool Equals(
string x,
string y
)
public:
virtual bool Equals(
String^ x,
String^ y
) override
abstract Equals :
x:string *
y:string -> bool
override Equals :
x:string *
y:string -> bool
public override function Equals(
x : String,
y : String
) : boolean
Parameters
- x
Type: System.String
- y
Type: System.String
Return Value
Type: System.Boolean
Implements
IEqualityComparer<T>.Equals(T, T)
.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.