Method Json.opEquals
Overload group
If the two values have different types, they are considered unequal.
This differs with ECMA script, which performs a type
conversion before
comparing the values.
Prototypes
bool opEquals( ref const(Json) other ) const; bool opEquals( typeof function(null) ) const;
Overload group
Prototypes
bool opEquals( bool v ) const;
Overload group
Prototypes
bool opEquals( long v ) const;
Overload group
Prototypes
bool opEquals( double v ) const;
Overload group
Prototypes
bool opEquals( string v ) const;
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.