Returns true if two
C1OlapKey objects represent the same set of
C1OlapField objects and values.
public override System.bool Equals(
System.object
)
public function Equals(
: System.TObject
): System.Boolean; override;
public override function Equals(
: System.Object
) : System.boolean;
public: System.bool Equals(
System.Object*
) override
public:
System.bool Equals(
System.Object^
) override
'Declaration
Public Overrides Function Equals( _
ByVal As System.Object _
) As System.Boolean
'Usage
Dim instance As C1OlapKey
Dim obj As System.Object
Dim value As System.Boolean
value = instance.Equals(obj)
Parameters
- obj
- C1OlapKey to compare with this key.
Return Value
True if both keys represent the same fields and values.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2