Table of Contents

Method Equals

Namespace
Innova.Data.StructuredSearch.Operators
Assembly
Innova.Data.dll

Equals(object)

Determines whether the current object is equal to another object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

True if the current object is equal to the other object; otherwise, false.