Ejemplo n.º 1
0
            public override bool Equals(object o)
            {
                if (this == o)
                {
                    return(true);
                }
                if (o == null || GetType() != o.GetType())
                {
                    return(false);
                }

                ShapeDocValueSource that = (ShapeDocValueSource)o;

                if (!fieldName.Equals(that.fieldName, StringComparison.Ordinal))
                {
                    return(false);
                }

                return(true);
            }
Ejemplo n.º 2
0
 public FuctionValuesAnonymousClass(ShapeDocValueSource outerInstance, BinaryDocValues docValues)
 {
     // LUCENENET specific - added guard clauses
     this.outerInstance = outerInstance ?? throw new ArgumentNullException(nameof(outerInstance));
     this.docValues     = docValues ?? throw new ArgumentNullException(nameof(docValues));
 }
Ejemplo n.º 3
0
 public FuctionValuesAnonymousHelper(ShapeDocValueSource outerInstance, BinaryDocValues docValues)
 {
     this.outerInstance = outerInstance;
     this.docValues     = docValues;
 }
Ejemplo n.º 4
0
 public FuctionValuesAnonymousHelper(ShapeDocValueSource outerInstance, BinaryDocValues docValues)
 {
     this.outerInstance = outerInstance;
     this.docValues = docValues;
 }