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 two span sets are not the same.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
left As NormalizedSpanCollection, _
right As NormalizedSpanCollection _
) As Boolean
public static bool operator !=(
NormalizedSpanCollection left,
NormalizedSpanCollection right
)
public:
static bool operator !=(
NormalizedSpanCollection^ left,
NormalizedSpanCollection^ right
)
static let inline (<>)
left:NormalizedSpanCollection *
right:NormalizedSpanCollection : bool
JScript does not support overloaded operators.
Parameters
- left
Type: Microsoft.VisualStudio.Text.NormalizedSpanCollection
The first set.
- right
Type: Microsoft.VisualStudio.Text.NormalizedSpanCollection
The second set.
Return Value
Type: System.Boolean
true if the two sets are not 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.