DeploymentObjectAttribute.CompareTo(DeploymentObjectAttribute) 方法

定義

比較 DeploymentObjectAttribute 與目前的 DeploymentObjectAttribute 實例,以判斷它們是否相等。

public:
 virtual int CompareTo(Microsoft::Web::Deployment::DeploymentObjectAttribute ^ other);
public int CompareTo(Microsoft.Web.Deployment.DeploymentObjectAttribute other);
abstract member CompareTo : Microsoft.Web.Deployment.DeploymentObjectAttribute -> int
override this.CompareTo : Microsoft.Web.Deployment.DeploymentObjectAttribute -> int
Public Function CompareTo (other As DeploymentObjectAttribute) As Integer

參數

other
DeploymentObjectAttribute

DeploymentObjectAttribute要與目前實例比較的實例。

傳回

包含 BUGBUG 的整數值。

實作

適用於