Axiom.Graphics.Technique.GPUDeviceNameRule.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
            public override int GetHashCode()
            {
                if ( DevicePattern != null )
                    return DevicePattern.GetHashCode();

                return base.GetHashCode();
            }
            #endregion System.Object overrides