Mapping.Equality Operator
Compares whether two Mapping objects are equivalent.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared Operator = ( _
mapping1 As Mapping, _
mapping2 As Mapping _
) As Boolean
public static bool operator ==(
Mapping mapping1,
Mapping mapping2
)
public:
static bool operator ==(
Mapping^ mapping1,
Mapping^ mapping2
)
static let inline(=)
mapping1:Mapping *
mapping2:Mapping : bool
JScript does not support overloaded operators.
Parameters
mapping1
Type: Microsoft.TeamFoundation.VersionControl.Client.MappingThe first Mapping object.
mapping2
Type: Microsoft.TeamFoundation.VersionControl.Client.MappingThe second Mapping object.
Return Value
Type: System.Boolean
True if the objects are equivalent; otherwise, false.
.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.