RelationshipGroupEquals Method

RAGE Plugin Hook Documentation

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

Indicates whether this instance equals the specified RelationshipGroup instance.

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

public bool Equals(
	RelationshipGroup obj
)

Parameters

obj
Type: RageRelationshipGroup
The RelationshipGroup to compare with this instance.

Return Value

Type: Boolean
true if this instance is equal to the specified RelationshipGroup instance.

Implements

IEquatableTEquals(T)
See Also

Reference