共用方式為


CoordinateSystem.Equals 方法 (CoordinateSystem)

表示等於多載。

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