Click or drag to resize
BackingFieldUtilityTCollectionComparerEquals Method
Determines if the two specified T are equivalent in terms of their serialized properties.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool Equals(
	T a,
	T b
)

Parameters

a
Type: T
The first T.
b
Type: T
The second T.

Return Value

Type: Boolean
if the two T are equal; otherwise, .

Implements

IEqualityComparerTEquals(T, T)
See Also