FindData::Equality Operator (FindData, FindData)

 

Determines whether two FindData objects are the same.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
static bool operator ==(
	FindData data1,
	FindData data2
)

Parameters

data1
Type: Microsoft.VisualStudio.Text.Operations::FindData

The first object.

data2
Type: Microsoft.VisualStudio.Text.Operations::FindData

The second object.

Return Value

Type: System::Boolean

true if the objects are the same, otherwise false.

Return to top
Show: