<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nagakura_eil</author_name>
  <author_url>https://blog.hatena.ne.jp/nagakura_eil/</author_url>
  <blog_title>だらだらやるよ。</blog_title>
  <blog_url>https://nagakura-eil.hatenadiary.org/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>演算子をオーバーロードした場合、優先度はどうなるか？を実践。ただintをラップしただけのクラスを用意 public class ExInt { int _n; public int N { get { return _n; } set { _n = value; } } public ExInt(int n) { _n = n; } public static ExInt operator +(ExInt a,ExInt b) { Console.WriteLine(&quot;plus&quot;); return new ExInt(a._n + b._n); } public static ExInt op…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnagakura-eil.hatenadiary.org%2Fentry%2F20071105%2F1194234338&quot; title=&quot;実際に演算子のオーバーロードを書いてみた。 - だらだらやるよ。&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-11-05 12:45:38</published>
  <title>実際に演算子のオーバーロードを書いてみた。</title>
  <type>rich</type>
  <url>https://nagakura-eil.hatenadiary.org/entry/20071105/1194234338</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
