Axiom.SceneManagers.PortalConnected.LightInfo.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
		public static bool operator ==( LightInfo rhs, LightInfo b )
		{
			return b.light == rhs.light && b.type == rhs.type &&
				   b.range == rhs.range && b.position == rhs.position;
		}