Piranha.Extend.Fields.MediaFieldBase.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
		public override int GetHashCode()
		{
			if (!this.get_Id().get_HasValue())
			{
				return 0;
			}
			return this.get_Id().GetHashCode();
		}