ShaderTools.Hlsl.Symbols.ParameterSymbol.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

protected Equals ( ParameterSymbol other ) : bool
other ParameterSymbol
리턴 bool
        protected bool Equals(ParameterSymbol other)
        {
            return base.Equals(other) && Direction == other.Direction;
        }

Same methods

ParameterSymbol::Equals ( object obj ) : bool