共用方式為


TextBounds.Inequality(TextBounds, TextBounds) Operator

Definition

Determines whether two TextBounds objects are different.

public:
 static bool operator !=(Microsoft::VisualStudio::Text::Formatting::TextBounds bounds1, Microsoft::VisualStudio::Text::Formatting::TextBounds bounds2);
public:
 static bool operator !=(Microsoft::VisualStudio::Text::Formatting::TextBounds bounds1, Microsoft::VisualStudio::Text::Formatting::TextBounds bounds2);
 static bool operator !=(Microsoft::VisualStudio::Text::Formatting::TextBounds bounds1, Microsoft::VisualStudio::Text::Formatting::TextBounds bounds2);
public static bool operator != (Microsoft.VisualStudio.Text.Formatting.TextBounds bounds1, Microsoft.VisualStudio.Text.Formatting.TextBounds bounds2);
static member op_Inequality : Microsoft.VisualStudio.Text.Formatting.TextBounds * Microsoft.VisualStudio.Text.Formatting.TextBounds -> bool
Public Shared Operator != (bounds1 As TextBounds, bounds2 As TextBounds) As Boolean

Parameters

bounds1
TextBounds

The first text bounds.

bounds2
TextBounds

The second text bounds.

Returns

true if the text bounds are different, otherwise false.

Applies to