EdmElementComparer.IsEquivalentTo 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
IsEquivalentTo(IEdmType, IEdmType) |
비교된 형식이 이 형식과 의미상 동등한 경우 true를 반환합니다. 스키마 형식(IEdmSchemaType)은 해당 개체 참조와 비교됩니다. |
IsEquivalentTo(IEdmTypeReference, IEdmTypeReference) |
비교된 형식 참조가 이 형식 참조와 의미상 동일한 경우 true를 반환합니다. 스키마 형식(IEdmSchemaType)은 해당 개체 참조와 비교됩니다. |
IsEquivalentTo(IEdmType, IEdmType)
비교된 형식이 이 형식과 의미상 동등한 경우 true를 반환합니다. 스키마 형식(IEdmSchemaType)은 해당 개체 참조와 비교됩니다.
public static bool IsEquivalentTo (this Microsoft.OData.Edm.IEdmType thisType, Microsoft.OData.Edm.IEdmType otherType);
static member IsEquivalentTo : Microsoft.OData.Edm.IEdmType * Microsoft.OData.Edm.IEdmType -> bool
<Extension()>
Public Function IsEquivalentTo (thisType As IEdmType, otherType As IEdmType) As Boolean
매개 변수
- thisType
- IEdmType
비교 중인 형식입니다.
- otherType
- IEdmType
비교할 형식입니다.
반환
두 형식의 동등성입니다.
적용 대상
IsEquivalentTo(IEdmTypeReference, IEdmTypeReference)
비교된 형식 참조가 이 형식 참조와 의미상 동일한 경우 true를 반환합니다. 스키마 형식(IEdmSchemaType)은 해당 개체 참조와 비교됩니다.
public static bool IsEquivalentTo (this Microsoft.OData.Edm.IEdmTypeReference thisType, Microsoft.OData.Edm.IEdmTypeReference otherType);
static member IsEquivalentTo : Microsoft.OData.Edm.IEdmTypeReference * Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsEquivalentTo (thisType As IEdmTypeReference, otherType As IEdmTypeReference) As Boolean
매개 변수
- thisType
- IEdmTypeReference
비교되는 형식 참조입니다.
- otherType
- IEdmTypeReference
비교되는 참조 형식입니다.
반환
두 형식 참조의 동등성입니다.