FindData.Inequality Operator
Determines whether two FindData objects are different.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Dichiarazione
Public Shared Operator <> ( _
data1 As FindData, _
data2 As FindData _
) As Boolean
public static bool operator !=(
FindData data1,
FindData data2
)
public:
static bool operator !=(
FindData data1,
FindData data2
)
static let inline (<>)
data1:FindData *
data2:FindData : bool
JScript does not support overloaded operators.
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 two objects are different, 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.