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
參數
- thisType
型別:Microsoft.Data.Edm.IEdmType
呼叫物件的參考。
- otherType
型別:Microsoft.Data.Edm.IEdmType
所要比較的型別。
傳回值
型別:System.Boolean
兩個型別的等價。
使用注意事項
在 Visual Basic 及 C# 中,您可以在任何型別 IEdmType 的物件上將這個方法做為執行個體方法呼叫。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱 https://msdn.microsoft.com/zh-tw/library/bb384936(v=vs.103) 或 https://msdn.microsoft.com/zh-tw/library/bb383977(v=vs.103)。