Bagikan melalui


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

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

ExtensionHandle Class

Equals Overload

Microsoft.Data.Schema.Extensibility Namespace