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
パラメーター
- other
型: System.Spatial.CoordinateSystem
他の CoordinateSystem。
戻り値
型: System.Boolean
等しい場合は True。