StringDifferenceOptions.Inequality Operator
Determines whether two StringDifferenceOptions are different.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
left As StringDifferenceOptions, _
right As StringDifferenceOptions _
) As Boolean
public static bool operator !=(
StringDifferenceOptions left,
StringDifferenceOptions right
)
public:
static bool operator !=(
StringDifferenceOptions left,
StringDifferenceOptions right
)
static let inline(<>)
left:StringDifferenceOptions *
right:StringDifferenceOptions : bool
JScript does not support overloaded operators.
Parameters
left
Type: Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptionsThe left string difference.
right
Type: Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptionsThe right string difference.
Return Value
Type: Boolean
true if the two differences are not the same, 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.