共用方式為


GeometryCollection.Equals 方法 (GeometryCollection)

判斷此執行個體與另一個指定的幾何執行個體是否具有相同的值。

命名空間:  System.Spatial
組件:  System.Spatial (在 System.Spatial.dll 中)

語法

'宣告
Public Function Equals ( _
    other As GeometryCollection _
) As Boolean
'用途
Dim instance As GeometryCollection
Dim other As GeometryCollection
Dim returnValue As Boolean

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

參數

傳回值

型別:System.Boolean
如果值參數的值與此執行個體相同則為 true,否則為 false。

請參閱

參考

GeometryCollection 類別

Equals 多載

System.Spatial 命名空間