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
パラメーター
- other
型: System.Spatial.GeometryCollection
このインスタンスと比較するジオメトリ。
戻り値
型: System.Boolean
値パラメーターの値がこのインスタンスと同じ場合は true、それ以外の場合は false。