LineTransform.Equality(LineTransform, LineTransform) Betreiber
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Bestimmt, ob zwei LineTransform-Objekte gleich sind.
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 ( = ) : Microsoft.VisualStudio.Text.Formatting.LineTransform * Microsoft.VisualStudio.Text.Formatting.LineTransform -> bool
Public Shared Operator == (transform1 As LineTransform, transform2 As LineTransform) As Boolean
Parameter
- transform1
- LineTransform
Die erste Zeilentransformation.
- transform2
- LineTransform
Die zweite Zeilentransformation.
Gibt zurück
true, wenn beide Zeilen Transformationen identisch sind, andernfalls false.