Hide

YetaWF.DataProvider.SQLGeneric Package Documentation

Display
Print

YetaWF.DataProvider.SQLGeneric.SQLGenericGen.IndexComparer.Equals Method

Returns whether the index names are equal.

Class: YetaWF.DataProvider.SQLGeneric.SQLGenericGen.IndexComparer
Namespace: YetaWF.DataProvider.SQLGeneric
Assembly: YetaWF.DataProvider.SQLGeneric

Syntax

public new bool Equals( object? obj );
public bool Equals(
    Index? x,
    Index? y );
public static bool Equals(
    object? objA,
    object? objB );

Parameters

obj

(not specified)

x

The first index.

y

The second index.

objA

(not specified)

objB

(not specified)

Return Value

Returns true if the index name and index type are equal, false otherwise.

See Also YetaWF.DataProvider.SQLGeneric.SQLGenericGen.IndexComparer ClassYetaWF.DataProvider.SQLGenericYetaWF.Core