次の方法で共有


GeometryPosition.Equals メソッド (GeometryPosition)

空間のジオメトリ位置の等値比較を実行します。

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

構文

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

returnValue = instance.Equals(other)
public bool Equals(
    GeometryPosition other
)
public:
virtual bool Equals(
    GeometryPosition^ other
) sealed
abstract Equals : 
        other:GeometryPosition -> bool 
override Equals : 
        other:GeometryPosition -> bool 
public final function Equals(
    other : GeometryPosition
) : boolean

パラメーター

戻り値

型: System.Boolean
座標の各ペアが等しい場合は true、それ以外の場合は false。

実装

IEquatable<T>.Equals(T)

関連項目

参照

GeometryPosition クラス

Equals オーバーロード

System.Spatial 名前空間