CoordinateSystem.Equals 方法 (CoordinateSystem)

指示 Equals 重载。

命名空间:  System.Spatial
程序集:  System.Spatial(在 System.Spatial.dll 中)

语法

声明
Public Function Equals ( _
    other As CoordinateSystem _
) As Boolean
用法
Dim instance As CoordinateSystem
Dim other As CoordinateSystem
Dim returnValue As Boolean

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

参数

返回值

类型:System.Boolean
如果相等,则为 true。

请参阅

参考

CoordinateSystem 类

Equals 重载

System.Spatial 命名空间