表示等於多載。
命名空間: 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。