다음을 통해 공유


GeographyMultiLineString.Equals 메서드 (GeographyMultiLineString)

이 인스턴스와 지정된 다른 지리 인스턴스의 값이 같은지 여부를 확인합니다.

네임스페이스:  System.Spatial
어셈블리:  System.Spatial(System.Spatial.dll)

구문

‘선언
Public Function Equals ( _
    other As GeographyMultiLineString _
) As Boolean
‘사용 방법
Dim instance As GeographyMultiLineString
Dim other As GeographyMultiLineString
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    GeographyMultiLineString other
)
public:
bool Equals(
    GeographyMultiLineString^ other
)
member Equals : 
        other:GeographyMultiLineString -> bool 
public function Equals(
    other : GeographyMultiLineString
) : boolean

매개 변수

반환 값

유형: System.Boolean
값 매개 변수의 값이 이 인스턴스와 동일하면 true이고, 그렇지 않으면 false입니다.

참고 항목

참조

GeographyMultiLineString 클래스

Equals 오버로드

System.Spatial 네임스페이스