RelationshipGroupInequality Operator

RAGE Plugin Hook Documentation

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

Determines whether the the first RelationshipGroup instance represents a different blip than the second RelationshipGroup instance.

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

public static bool operator !=(
	RelationshipGroup left,
	RelationshipGroup right
)

Parameters

left
Type: RageRelationshipGroup
The first RelationshipGroup instance.
right
Type: RageRelationshipGroup
The first RelationshipGroup instance.

Return Value

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

Reference