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입니다.