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.
Determines whether the contents of two IncrementalSearchResult objects are different.
Namespace: Microsoft.VisualStudio.Text.IncrementalSearch
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
first As IncrementalSearchResult, _
second As IncrementalSearchResult _
) As Boolean
public static bool operator !=(
IncrementalSearchResult first,
IncrementalSearchResult second
)
public:
static bool operator !=(
IncrementalSearchResult first,
IncrementalSearchResult second
)
static let inline(<>)
first:IncrementalSearchResult *
second:IncrementalSearchResult : bool
JScript does not support overloaded operators.
Parameters
first
Type: Microsoft.VisualStudio.Text.IncrementalSearch.IncrementalSearchResultThe first result.
second
Type: Microsoft.VisualStudio.Text.IncrementalSearch.IncrementalSearchResultThe second result.
Return Value
Type: Boolean
true if both objects have different content, 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.