Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compare two file specs for equality.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared Function Equals ( _
item1 As String, _
item2 As String _
) As Boolean
public static bool Equals(
string item1,
string item2
)
public:
static bool Equals(
String^ item1,
String^ item2
)
static member Equals :
item1:string *
item2:string -> bool
public static function Equals(
item1 : String,
item2 : String
) : boolean
Parameters
item1
Type: System.StringFirst item to compare.
item2
Type: System.StringSecond item to compare.
Return Value
Type: System.Boolean
Return true if the items match.
.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.