StringDifferenceOptions.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two StringDifferenceOptions are different.
public:
static bool operator !=(Microsoft::VisualStudio::Text::Differencing::StringDifferenceOptions left, Microsoft::VisualStudio::Text::Differencing::StringDifferenceOptions right);
static bool operator !=(Microsoft::VisualStudio::Text::Differencing::StringDifferenceOptions left, Microsoft::VisualStudio::Text::Differencing::StringDifferenceOptions right);
public static bool operator != (Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions left, Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions right);
static member op_Inequality : Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions * Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions -> bool
Public Shared Operator != (left As StringDifferenceOptions, right As StringDifferenceOptions) As Boolean
Parameters
The left string difference.
- right
- StringDifferenceOptions
The right string difference.
Returns
true if the two differences are not the same, otherwise false.