MCPcopy Create free account
hub / github.com/chrxh/alien / operator!=

Method operator!=

source/EngineInterface/SimulationParametersZone.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80 bool operator==(RectangularSpot const& other) const { return width == other.width && height == other.height; }
81 bool operator!=(RectangularSpot const& other) const { return !operator==(other); }
82};
83
84union SpotShapeData

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected