次の方法で共有


ServiceEndpointsVersion.Compare(ServiceEndpointsVersion) メソッド

定義

このバージョンを のバージョン otherと比較します。

public int Compare(System.Fabric.ServiceEndpointsVersion other);
member this.Compare : System.Fabric.ServiceEndpointsVersion -> int
Public Function Compare (other As ServiceEndpointsVersion) As Integer

パラメーター

other
ServiceEndpointsVersion

比較対象の他のバージョン。

戻り値

と が other 等しい場合は 0、これより小さい other場合は負の値、より大きい other場合は正の値。

適用対象