equality

An easy to use library to compare two values for their equality.
https://github.com/swordcube/equality.hx

To install, run:

haxelib install equality 1.0.0 

See using Haxelib in Haxelib documentation for more information.

README.md

Equality

Equality

An easy to use library to compare two values for their equality.

Example Usage:

import equals.Equals.equals;

class Main {
    static function main() {
        trace(equals(2, 2)); // 2 == 2, true!
        trace(equals(5, 8)); // 5 != 8, false!
    }
}
Contributors
swordcube
Version
1.0.0
Published
11 months ago
Dependencies
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub