| StarEquality Operator |
Compares two
Stars to determine whether they are the same.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static bool operator ==(
Star left,
Star right
)
Public Shared Operator = (
left As Star,
right As Star
) As Boolean
public:
static bool operator ==(
Star left,
Star right
)
static let inline (=)
left : Star *
right : Star : bool
Parameters
- left
- Type: DigitalRune.GraphicsStar
The first instance. - right
- Type: DigitalRune.GraphicsStar
The second instance.
Return Value
Type:
Boolean if the instances are equal; otherwise
.
See Also