Skip to content

Assert.IsEqual(vector3,vector3) doesn't use overloaded ==, so near-ish values aren't equal #21

Description

@tenpn

In game code, a == b will be true if a and b are very near. Because IsEqual uses Equals() overloads instead of ==, this functionality isn't there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions