Class MutableValueBool
  
  
  
  
    Inheritance
    System.Object
    
    MutableValueBool
   
  
    Implements
    
    System.IComparable
   
  
    Inherited Members
    
    
    
    
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: Lucene.Net.dll
  Syntax
  
    public class MutableValueBool : MutableValue, IComparable<MutableValue>, IComparable
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Value
  
  
  Declaration
  
    public bool Value { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CompareSameType(Object)
  
  
  Declaration
  
    public override int CompareSameType(object other)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        other | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Copy(MutableValue)
  
  
  Declaration
  
    public override void Copy(MutableValue source)
   
  Parameters
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Duplicate()
  
  
  Declaration
  
    public override MutableValue Duplicate()
   
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  EqualsSameType(Object)
  
  
  Declaration
  
    public override bool EqualsSameType(object other)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        other | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ToObject()
  
  
  Declaration
  
    public override object ToObject()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Object | 
         | 
      
    
  
  Overrides
  
  Implements
  
      System.IComparable<T>
  
  
      System.IComparable
  
  Extension Methods