ShaderTools.Hlsl.Symbols.IntrinsicVectorTypeSymbol.Equals C# (CSharp) Method

Equals() private method

private Equals ( IntrinsicVectorTypeSymbol other ) : bool
other IntrinsicVectorTypeSymbol
return bool
        private bool Equals(IntrinsicVectorTypeSymbol other)
        {
            return base.Equals(other) && NumComponents == other.NumComponents;
        }

Same methods

IntrinsicVectorTypeSymbol::Equals ( object obj ) : bool