ExtensionHandle.Equals Method (ExtensionHandle)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Determines whether two ExtensionHandle objects are equal. If the ExtensionType is the same, the objects are equal.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function Equals ( _
other As ExtensionHandle _
) As Boolean
public bool Equals(
ExtensionHandle other
)
public:
virtual bool Equals(
ExtensionHandle^ other
) sealed
abstract Equals :
other:ExtensionHandle -> bool
override Equals :
other:ExtensionHandle -> bool
public final function Equals(
other : ExtensionHandle
) : boolean
Parameters
Return Value
Type: System.Boolean
true if the two objects are equal; otherwise, false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.