Click or drag to resize
CylinderPropertiesEquals Method (CylinderProperties)
Determines whether the specified CylinderProperties is equal to the current CylinderProperties.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool Equals(
	CylinderProperties other
)

Parameters

other
Type: CandlelightCylinderProperties
The CylinderProperties to compare with the current CylinderProperties.

Return Value

Type: Boolean
if the specified CylinderProperties is equal to the current CylinderProperties; otherwise, .

Implements

IEquatableTEquals(T)
See Also