Tests whether the instance a and the instance b are equal.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static bool operator ==(
	XSpriteRayIntersectionInfo a,
	XSpriteRayIntersectionInfo b
)

Parameters

a
Type: SGP.XSpace..::.XSpriteRayIntersectionInfo
The first value.
b
Type: SGP.XSpace..::.XSpriteRayIntersectionInfo
The second value.

Return Value

trueTruetruetrue (True in Visual Basic) when instances are same.

See Also