Field.Equals method

namespace: Serenity.Data   assemblySerenity.Net.Entity

Determines whether the specified Object, is equal to this instance.

public override bool Equals(object obj)
parameter description
obj The Object to compare with this instance.

Return Value

true if the specified Object is equal to this instance; otherwise, false.

See Also