Example #1
0
 public static bool operator ==(FolderLink x, FolderLink y) => Eq.Op(x, y);
Example #2
0
 public static bool operator ==(AreaKey x, AreaKey y) => Eq.Op(x, y);
Example #3
0
 public static bool operator ==(AreaTypeName x, AreaTypeName y) => Eq.Op(x, y);
Example #4
0
 public static bool operator ==(HttpDomain x, HttpDomain y) => Eq.Op(x, y);
Example #5
0
        //
        // Operators
        //

        public static bool operator ==(Binary x, Binary y) => Eq.Op(x, y);
Example #6
0
 public static bool operator ==(HttpQuery x, HttpQuery y) => Eq.Op(x, y);
Example #7
0
 public static bool operator ==(FlowKey x, FlowKey y) => Eq.Op(x, y);
Example #8
0
 public static bool operator ==(FolderResource x, FolderResource y) => Eq.Op(x, y);
Example #9
0
 public static bool operator ==(HttpHost x, HttpHost y) => Eq.Op(x, y);
Example #10
0
 public static bool operator ==(Hex x, Hex y) => Eq.Op(x, y);
Example #11
0
 public static bool operator ==(HttpResource x, HttpResource y) => Eq.Op(x, y);
Example #12
0
 public static bool operator ==(DurablePrefix x, DurablePrefix y) => Eq.Op(x, y);
Example #13
0
 public static bool operator ==(RuntimeTypeKey x, RuntimeTypeKey y) => Eq.Op(x, y);
Example #14
0
 public static bool operator ==(MetricPath x, MetricPath y) => Eq.Op(x, y);
Example #15
0
 public static bool operator ==(FileName x, FileName y) => Eq.Op(x, y);
Example #16
0
 public static bool operator ==(LinkText x, LinkText y) => Eq.Op(x, y);
Example #17
0
 public static bool operator ==(QueryETag x, QueryETag y) => Eq.Op(x, y);
Example #18
0
 public static bool operator ==(LinkText x, string y) => Eq.Op(x?.Value, y);
Example #19
0
 public static bool operator ==(HttpLink x, HttpLink y) => Eq.Op(x, y);
Example #20
0
 public static bool operator ==(TimelinePosition x, TimelinePosition y) => Eq.Op(x, y);
Example #21
0
 public static bool operator ==(FileResource x, FileResource y) => Eq.Op(x, y);
Example #22
0
 public static bool operator ==(AreaTypeInfo x, AreaTypeInfo y) => Eq.Op(x, y);
Example #23
0
 public static bool operator ==(RuntimeRegionKey x, RuntimeRegionKey y) => Eq.Op(x, y);
Example #24
0
 public static bool operator ==(Sha1 x, Sha1 y) => Eq.Op(x, y);
Example #25
0
 public static bool operator ==(MapTypeKey x, MapTypeKey y) => Eq.Op(x, y);
Example #26
0
 public static bool operator ==(FileLink x, FileLink y) => Eq.Op(x, y);
Example #27
0
 public static bool operator ==(MediaType x, MediaType y) => Eq.Op(x, y);
Example #28
0
 public static bool operator ==(HttpAuthorization x, HttpAuthorization y) => Eq.Op(x, y);
Example #29
0
 public static bool operator ==(Base64 x, Base64 y) => Eq.Op(x, y);
Example #30
0
 public static bool operator ==(DurableTypeKey x, DurableTypeKey y) => Eq.Op(x, y);