共用方式為


SourceLocation.CompareTo(SourceLocation) 方法

定義

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。比較目前的 物件與其他 物件。

public int CompareTo (System.Web.Razor.Text.SourceLocation other);
abstract member CompareTo : System.Web.Razor.Text.SourceLocation -> int
override this.CompareTo : System.Web.Razor.Text.SourceLocation -> int
Public Function CompareTo (other As SourceLocation) As Integer

參數

other
SourceLocation

要比較的物件。

傳回

比較的物件值。

實作

適用於