次の方法で共有


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 名前空間