GeometryPosition.Equals 方法 (GeometryPosition)

对一个空间几何位置执行相等比较。

命名空间:  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

参数

返回值

类型:System.Boolean
如果每一对坐标都相等,则为 true;否则为 false。

实现

IEquatable<T>.Equals(T)

请参阅

参考

GeometryPosition 类

Equals 重载

System.Spatial 命名空间