예제 #1
0
 public Vector4ValueLE(int apiVersion, EventHandler handler, Vector4ValueLE basis)
     : base(apiVersion, handler, basis)
 {
 }
예제 #2
0
 public bool Equals(Vector4ValueLE other)
 {
     return(mData.Equals(other.mData));
 }