SuperStruct.opEquals - multiple declarations

Function SuperStruct.opEquals

Operators are forwarded to the underlying type.

Prototype

bool opEquals(T)(
  T other
);

Function SuperStruct.opEquals

Compare one SuperStruct to another of the same type.

Invokes opEquals if the contained types are comparable. Otherwise returns false.

Prototype

auto opEquals(
  typeof(this) other
);

Authors

Ryan Roden-Corrent (rcorre)

Copyright

© 2015, Ryan Roden-Corrent

License

MIT