다음을 통해 공유


EdmElementComparer.IsEquivalentTo 메서드

정의

오버로드

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

비교되는 참조 형식입니다.

반환

두 형식 참조의 동등성입니다.

적용 대상