コード例 #1
0
 public bool Equals(IMacro other)
 {
     return this.GetType() == other.GetType();
 }
コード例 #2
0
 public bool Equals(IMacro other)
 {
     return other.GetType() == typeof(Switch);
 }
コード例 #3
0
 public bool Equals(IMacro other)
 {
     return typeof(VectorLength) == other.GetType();
 }
コード例 #4
0
 public bool Equals(IMacro other)
 {
     return other.GetType() == typeof(VectorToParameter);
 }
コード例 #5
0
 public bool Equals(IMacro other)
 {
     return other.GetType() == typeof(InsertText);
 }