示例#1
0
 public bool Equals(BufferPoolAcquireParams other)
 {
     return(true && Format.Equals(other.Format) && Start.Equals(other.Start) && Stop.Equals(other.Stop) && Flags.Equals(other.Flags));
 }
示例#2
0
 public bool Equals(Segment other)
 {
     return(true && Flags.Equals(other.Flags) && Rate.Equals(other.Rate) && AppliedRate.Equals(other.AppliedRate) && Format.Equals(other.Format) && Base.Equals(other.Base) && Offset.Equals(other.Offset) && Start.Equals(other.Start) && Stop.Equals(other.Stop) && Time.Equals(other.Time) && Position.Equals(other.Position) && Duration.Equals(other.Duration));
 }
示例#3
0
 public bool Equals(AudioClippingMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Format.Equals(other.Format) && Start.Equals(other.Start) && End.Equals(other.End));
 }
 public bool Equals(FormatDefinition other)
 {
     return(true && Value.Equals(other.Value) && Nick.Equals(other.Nick) && Description.Equals(other.Description) && Quark.Equals(other.Quark));
 }