在空間幾何位置上執行相等比較。
命名空間: 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。