Assert.Equals (gb.test)

Static Function Equals ( Got As Variant, Expected As Variant [ , Description As String ] ) As Boolean

Assert that Got = Expected

It is best to not use this for testing floating point numbers. The appropriate tests for floating point are Assert.Approximate or Assert.RelativeApproximate.