<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapKey Class / Equals Method
C1OlapKey to compare with this key.

In This Topic
    Equals Method (C1OlapKey)
    In This Topic
    Returns true if two C1OlapKey objects represent the same set of C1OlapField objects and values.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    C1OlapKey to compare with this key.

    Return Value

    True if both keys represent the same fields and values.
    See Also