EdmElementComparer.IsEquivalentTo 메서드 (IEdmTypeReference, IEdmTypeReference)
비교된 형식이 이 형식과 의미상 동등한 경우 true를 반환합니다.
네임스페이스: Microsoft.Data.Edm
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
<ExtensionAttribute> _
Public Shared Function IsEquivalentTo ( _
thisType As IEdmTypeReference, _
otherType As IEdmTypeReference _
) As Boolean
‘사용 방법
Dim thisType As IEdmTypeReference
Dim otherType As IEdmTypeReference
Dim returnValue As Boolean
returnValue = thisType.IsEquivalentTo(otherType)
public static bool IsEquivalentTo(
this IEdmTypeReference thisType,
IEdmTypeReference otherType
)
[ExtensionAttribute]
public:
static bool IsEquivalentTo(
IEdmTypeReference^ thisType,
IEdmTypeReference^ otherType
)
static member IsEquivalentTo :
thisType:IEdmTypeReference *
otherType:IEdmTypeReference -> bool
public static function IsEquivalentTo(
thisType : IEdmTypeReference,
otherType : IEdmTypeReference
) : boolean
매개 변수
- thisType
유형: Microsoft.Data.Edm.IEdmTypeReference
호출하는 개체에 대한 참조입니다.
- otherType
유형: Microsoft.Data.Edm.IEdmTypeReference
비교할 형식입니다.
반환 값
유형: System.Boolean
두 형식의 동등성입니다.
사용법 정보
Visual Basic 및 C#에서는 이 메서드를 IEdmTypeReference 유형의 모든 개체에 대한 인스턴스 메서드로 호출할 수 있습니다. 인스턴스 메서드 구문을 사용하여 이 메서드를 호출하는 경우 첫 번째 매개 변수를 생략합니다. 자세한 내용은 https://msdn.microsoft.com/ko-kr/library/bb384936(v=vs.103) 또는 https://msdn.microsoft.com/ko-kr/library/bb383977(v=vs.103)을(를) 참조하십시오.