Click or drag to resize

TypeReferenceEquality Operator

Determines whether two specified TypeReference object have the same value.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static bool operator ==(
	TypeReference left,
	TypeReference right
)

Parameters

left
Type: Ookii.JumboTypeReference
A TypeReference.
right
Type: Ookii.JumboTypeReference
A TypeReference.

Return Value

Type: Boolean
if the value of left is the same as the value of right; otherwise, .
See Also