NormalizedSpanCollection.Inequality Operator
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.NormalizedSpanCollectionThe first set.
right
Type: Microsoft.VisualStudio.Text.NormalizedSpanCollectionThe second set.
Return Value
Type: 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.