Amazon.XRay.Model.AnnotationValue.IsSetBooleanValue C# (CSharp) Method

IsSetBooleanValue() private method

private IsSetBooleanValue ( ) : bool
return bool
        internal bool IsSetBooleanValue()
        {
            return this._booleanValue.HasValue; 
        }