次の方法で共有


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

比較対象の型。

戻り値

2 つの型の等価性。

適用対象

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

比較対象の型が参照されています。

戻り値

2 つの型参照の等価性。

適用対象