次の方法で共有


GeographyLineString.Equals メソッド (GeographyLineString)

このインスタンスと別の指定された地理インスタンスの値が同じであるかどうかを判断します。

名前空間:  System.Spatial
アセンブリ:  System.Spatial (System.Spatial.dll)

構文

'宣言
Public Function Equals ( _
    other As GeographyLineString _
) As Boolean
'使用
Dim instance As GeographyLineString
Dim other As GeographyLineString
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    GeographyLineString other
)
public:
bool Equals(
    GeographyLineString^ other
)
member Equals : 
        other:GeographyLineString -> bool 
public function Equals(
    other : GeographyLineString
) : boolean

パラメーター

戻り値

型: System.Boolean
値パラメーターの値がこのインスタンスと同じ場合は true、それ以外の場合は false。

関連項目

参照

GeographyLineString クラス

Equals オーバーロード

System.Spatial 名前空間