다음을 통해 공유


EdmElementComparer.IsEquivalentTo 메서드 (IEdmType, IEdmType)

비교된 형식이 이 형식과 의미상 동등한 경우 true를 반환합니다.

네임스페이스:  Microsoft.Data.Edm
어셈블리:  Microsoft.Data.Edm(Microsoft.Data.Edm.dll)

구문

‘선언
<ExtensionAttribute> _
Public Shared Function IsEquivalentTo ( _
    thisType As IEdmType, _
    otherType As IEdmType _
) As Boolean
‘사용 방법
Dim thisType As IEdmType
Dim otherType As IEdmType
Dim returnValue As Boolean

returnValue = thisType.IsEquivalentTo(otherType)
public static bool IsEquivalentTo(
    this IEdmType thisType,
    IEdmType otherType
)
[ExtensionAttribute]
public:
static bool IsEquivalentTo(
    IEdmType^ thisType, 
    IEdmType^ otherType
)
static member IsEquivalentTo : 
        thisType:IEdmType * 
        otherType:IEdmType -> bool 
public static function IsEquivalentTo(
    thisType : IEdmType, 
    otherType : IEdmType
) : boolean

매개 변수

반환 값

유형: System.Boolean
두 형식의 동등성입니다.

사용법 정보

Visual Basic 및 C#에서는 이 메서드를 IEdmType 유형의 모든 개체에 대한 인스턴스 메서드로 호출할 수 있습니다. 인스턴스 메서드 구문을 사용하여 이 메서드를 호출하는 경우 첫 번째 매개 변수를 생략합니다. 자세한 내용은 https://msdn.microsoft.com/ko-kr/library/bb384936(v=vs.103) 또는 https://msdn.microsoft.com/ko-kr/library/bb383977(v=vs.103)을(를) 참조하십시오.

참고 항목

참조

EdmElementComparer 클래스

IsEquivalentTo 오버로드

Microsoft.Data.Edm 네임스페이스