Comparer Class

This class is used to compare any two objects while gracefully handling null in either one of them.

Definition

Namespace: Firefly.Box.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public static class Comparer
Inheritance
Object    Comparer

Methods

Compare(Object, Object) compare two objects, while gracefully handle null in either one of them
Compare(Object, Object, Boolean) compare two objects, while gracefully handle null in either one of them
Equal 

See Also