Freigeben über


SourceLocation.CompareTo(SourceLocation) Methode

Definition

Vergleicht die aktuelle Instanz mit einem anderen Objekt vom selben Typ und gibt eine ganze Zahl zurück, die angibt, ob die aktuelle Instanz in der Sortierreihenfolge vor oder nach dem anderen Objekt oder an derselben Position auftritt.

public:
 virtual int CompareTo(Microsoft::AspNetCore::Razor::SourceLocation other);
public int CompareTo (Microsoft.AspNetCore.Razor.SourceLocation other);
abstract member CompareTo : Microsoft.AspNetCore.Razor.SourceLocation -> int
override this.CompareTo : Microsoft.AspNetCore.Razor.SourceLocation -> int
Public Function CompareTo (other As SourceLocation) As Integer

Parameter

Gibt zurück

Implementiert

Gilt für: