[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public override bool Equals(
Row x,
Row y
)
public override bool Equals(
Row x,
Row y
)
Public Overrides Function Equals (
x As Row,
y As Row
) As Boolean
Public Overrides Function Equals (
x As Row,
y As Row
) As Boolean
public:
virtual bool Equals(
Row^ x,
Row^ y
) override
public:
virtual bool Equals(
Row^ x,
Row^ y
) override
abstract Equals :
x : Row *
y : Row -> bool
override Equals :
x : Row *
y : Row -> bool
abstract Equals :
x : Row *
y : Row -> bool
override Equals :
x : Row *
y : Row -> bool
Return Value
Type:
BooleanImplements
IEqualityComparer T Equals(T, T)