ExtensionMethods.HasEquivalentBindingType(IEdmOperation, IEdmType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the bound operation's binding type is equivalent to the specified binding type.
public static bool HasEquivalentBindingType (this Microsoft.OData.Edm.IEdmOperation operation, Microsoft.OData.Edm.IEdmType bindingType);
static member HasEquivalentBindingType : Microsoft.OData.Edm.IEdmOperation * Microsoft.OData.Edm.IEdmType -> bool
<Extension()>
Public Function HasEquivalentBindingType (operation As IEdmOperation, bindingType As IEdmType) As Boolean
Parameters
- operation
- IEdmOperation
The operation.
- bindingType
- IEdmType
Type of the binding.
Returns
true
if [is operation binding type equivalent to] [the specified operation]; otherwise, false
.