Table of Contents

Method EqualsKey

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

EqualsKey(IPrimaryKey, IPrimaryKey)

Determines whether the specified IPrimaryKey object is equal to the current IPrimaryKey object.

public static bool EqualsKey(this IPrimaryKey primaryKeys, IPrimaryKey compareKey)

Parameters

primaryKeys IPrimaryKey

The first IPrimaryKey object to compare.

compareKey IPrimaryKey

The second IPrimaryKey object to compare.

Returns

bool

true if the specified IPrimaryKey objects are equal; otherwise, false.