Axiom.Components.Terrain.TerrainLayerSamplerElement.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator ==(TerrainLayerSamplerElement left, TerrainLayerSamplerElement right)
        {
            return left.Source == right.Source &&
                left.Semantic == right.Semantic &&
                left.ElementStart == right.ElementStart &&
                left.ElementCount == right.ElementCount;
        }
        /// <summary>
TerrainLayerSamplerElement