Windows.UI.Xaml.SizeHelper.Equals C# (CSharp) Method

Equals() public static method

public static Equals ( [ target, [ value ) : bool
target [
value [
return bool
		public static extern bool Equals([In] Size target, [In] Size value);
	}