Click or drag to resize

TypeReferenceEquals Method (TypeReference)

Returns a value indicating whether the this instance is equal to the specified instance.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public bool Equals(
	TypeReference other
)

Parameters

other
Type: Ookii.JumboTypeReference
The instance to compare to.

Return Value

Type: Boolean
if the instances are equal; otherwise, .

Implements

IEquatableTEquals(T)
See Also