TextImageLine.Inequality(TextImageLine, TextImageLine) 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.
public:
static bool operator !=(Microsoft::VisualStudio::Text::TextImageLine left, Microsoft::VisualStudio::Text::TextImageLine right);
public static bool operator != (Microsoft.VisualStudio.Text.TextImageLine left, Microsoft.VisualStudio.Text.TextImageLine right);
static member op_Inequality : Microsoft.VisualStudio.Text.TextImageLine * Microsoft.VisualStudio.Text.TextImageLine -> bool
Public Shared Operator != (left As TextImageLine, right As TextImageLine) As Boolean
Parameters
- left
- TextImageLine
- right
- TextImageLine