空間のジオメトリ位置の等値比較を実行します。
名前空間: 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
パラメーター
- other
型: System.Spatial.GeometryPosition
他の位置。
戻り値
型: System.Boolean
座標の各ペアが等しい場合は true、それ以外の場合は false。