Share via


AttributedTextRunComparer.Compare Method

Definition

public:
 virtual int Compare(Microsoft::Maui::Graphics::Text::IAttributedTextRun ^ first, Microsoft::Maui::Graphics::Text::IAttributedTextRun ^ second);
public int Compare (Microsoft.Maui.Graphics.Text.IAttributedTextRun first, Microsoft.Maui.Graphics.Text.IAttributedTextRun second);
abstract member Compare : Microsoft.Maui.Graphics.Text.IAttributedTextRun * Microsoft.Maui.Graphics.Text.IAttributedTextRun -> int
override this.Compare : Microsoft.Maui.Graphics.Text.IAttributedTextRun * Microsoft.Maui.Graphics.Text.IAttributedTextRun -> int
Public Function Compare (first As IAttributedTextRun, second As IAttributedTextRun) As Integer

Parameters

Returns

Implements

Applies to