BlipEquality Operator

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Determines whether the the first Blip instance represents the same blip as the second Blip instance.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static bool operator ==(
	Blip left,
	Blip right
)

Parameters

left
Type: RageBlip
The first Blip instance.
right
Type: RageBlip
The first Blip instance.

Return Value

Type: Boolean
true if the first instance represents the same blip as the second instance; otherwise, false.
See Also

Reference