GeographyMultiPolygon.Equals メソッド (GeographyMultiPolygon)
このインスタンスと別の指定された地理インスタンスの値が同じであるかどうかを判断します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
Public Function Equals ( _
other As GeographyMultiPolygon _
) As Boolean
'使用
Dim instance As GeographyMultiPolygon
Dim other As GeographyMultiPolygon
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
GeographyMultiPolygon other
)
public:
bool Equals(
GeographyMultiPolygon^ other
)
member Equals :
other:GeographyMultiPolygon -> bool
public function Equals(
other : GeographyMultiPolygon
) : boolean
パラメーター
- other
型: System.Spatial.GeographyMultiPolygon
このインスタンスと比較する地理。
戻り値
型: System.Boolean
値パラメーターの値がこのインスタンスと同じ場合は true、それ以外の場合は false。