Click or drag to resize
ObjectXEqualsT Method

Note: This API is now obsolete.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute("Manually implement your own equality comparison.", 
	true)]
public static bool Equals<T>(
	ref T thisObj,
	Object otherObj
)
where T : struct, new()

Parameters

thisObj
Type: T
otherObj
Type: SystemObject

Type Parameters

T

Return Value

Type: Boolean
See Also