LineTransform.Inequality(LineTransform, LineTransform) 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 LineTransform objects are different.
public:
static bool operator !=(Microsoft::VisualStudio::Text::Formatting::LineTransform transform1, Microsoft::VisualStudio::Text::Formatting::LineTransform transform2);
public:
static bool operator !=(Microsoft::VisualStudio::Text::Formatting::LineTransform transform1, Microsoft::VisualStudio::Text::Formatting::LineTransform transform2);
static bool operator !=(Microsoft::VisualStudio::Text::Formatting::LineTransform transform1, Microsoft::VisualStudio::Text::Formatting::LineTransform transform2);
public static bool operator != (Microsoft.VisualStudio.Text.Formatting.LineTransform transform1, Microsoft.VisualStudio.Text.Formatting.LineTransform transform2);
static member op_Inequality : Microsoft.VisualStudio.Text.Formatting.LineTransform * Microsoft.VisualStudio.Text.Formatting.LineTransform -> bool
Public Shared Operator != (transform1 As LineTransform, transform2 As LineTransform) As Boolean
Parameters
- transform1
- LineTransform
The first line transform.
- transform2
- LineTransform
The second line transform.
Returns
true if the line transforms are different, otherwise false.