Amazon.Kinesis.Model.HashKeyRange.IsSetEndingHashKey C# (CSharp) Method

IsSetEndingHashKey() private method

private IsSetEndingHashKey ( ) : bool
return bool
        internal bool IsSetEndingHashKey()
        {
            return this.endingHashKey != null;
        }
    }