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

参数

返回值

类型:System.Boolean
如果值参数的值与此实例相同,则为 true;否则为 false。

请参阅

参考

GeographyMultiPolygon 类

Equals 重载

System.Spatial 命名空间