This documentation is archived and is not being maintained.

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)

public:
static bool operator ==(
	Mapping^ mapping1, 
	Mapping^ mapping2
)

Parameters

mapping1
Type: Microsoft.TeamFoundation.VersionControl.Client::Mapping

The first Mapping object.

mapping2
Type: Microsoft.TeamFoundation.VersionControl.Client::Mapping

The second Mapping object.

Return Value

Type: System::Boolean
True if the objects are equivalent; otherwise, false.

Show: